Help for this page

Select Code to Download


  1. or download this
    my $rg = $b_frame->RadiobuttonGroup(-list => [qw( stuff)])->pack();
    
  2. or download this
    $rg->{'SubWidget'}->{'stuff'}->configure(-background => 'pink');
    
  3. 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.