Help for this page

Select Code to Download


  1. or download this
    =head1 NAME
    
    ...
    
    =cut
    
  2. or download this
    #!/usr/bin/perl --
    use strict; use warnings;
    ...
    Tkx::MainLoop();
    
    __END__
    
  3. or download this
        $mw->g_wm_withdraw();
        $mw->g_wm_deiconify();
        Tkx::MainLoop();