Help for this page

Select Code to Download


  1. or download this
    my $frame1 = Tk::Frame->new;
    my $frame1_btn_ok = Tk::Button->new;
    
  2. or download this
    my %widget_hash;
    my $frame_count = 0;
    ...
               $widget_hash{$count}{ 'frame'}->Tk::Button->new; 
     }