Help for this page

Select Code to Download


  1. or download this
    my $t_button = $mw->Button(-text=>'OK',
                               -command=>sub{exit});
    
  2. or download this
    my $t_button = $nb->Button(-text=>'OK',
                               -command=>sub{exit});