Help for this page

Select Code to Download


  1. or download this
       $QuitButton = $TopFrame->Button(
         -text     => 'Quit',
    ...
               $MW->destroy();
            }
          });
    
  2. or download this
    sub GUI_PopupQuery {
    my ($title, $AffirmativeText, $NegativeText, $str) = @_;
    ...
    
       return $returnval;
    }