Help for this page

Select Code to Download


  1. or download this
    $top = MainWindow->new();
    $top->title("Window Title");
    ...
        -expand=>1
    );
    
  2. or download this
    sub openfile {
    
    ...
     ui $main_frame;
     }
    }
    
  3. or download this
    sub savefile {
    #print "You clicked Save As..\n";    
    ...
    
    }