Help for this page

Select Code to Download


  1. or download this
    my $fA = $mw->Frame(
                    -background => 'purple',
    ...
                            -fill => 'x',
                                );
    
  2. or download this
    my $fA = $mw->Frame(
                    -background => 'purple',
    ...
                            -side => 'bottom',
                            #-fill => 'x',
                                );