Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Tcl::Tk;
    ...
        });
    
    Tcl::Tk::MainLoop;
    
  2. or download this
    use strict;
    use Tcl::Tk;
    ...
    #   $lab->configure(-text=>'new text here...');
    
    Tcl::Tk::MainLoop;