- or download this
my $rg = $b_frame->RadiobuttonGroup(-list => [qw( stuff)])->pack();
- or download this
$rg->{'SubWidget'}->{'stuff'}->configure(-background => 'pink');
- or download this
DESCRIPTION
Displays a set of related radiobuttones with a frame in vertical or
+ hori-
...
Any additional options which are given to this widget are applied t
+o all
of the radiobuttons it manages.