Help for this page

Select Code to Download


  1. or download this
    use Tcl::Tk;
    my $mw = Tcl::Tk::tkinit;
    ...
    $mw->Button(-text=>'test')->tooltip("test button\npress to see the res
    +ult")->pack;
    
    Tcl::Tk::MainLoop;