Help for this page

Select Code to Download


  1. or download this
     $goMainWindow = new MainWindow;
      $goMainWindow->geometry('200x300'); #Exit is lopped off
    
  2. or download this
    # at ther end of your build_gui sub
    
    ...
    my $h = $goMainWindow->reqheight; 
    print "$w $h\n";
    $goMainWindow->minsize($w,$h);
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
                         );
      
    }