Help for this page

Select Code to Download


  1. or download this
    my $ok_but = $bf->Button(
                      -text => 'Continue', 
    ...
                       )->pack(-side => 'bottom',
                               -padx => 10,
                               -pady => 5);
    
  2. or download this
    $top->Mainloop();
    return $job if defined $job;
    return 0;