Stoney2005 has asked for the wisdom of the Perl Monks concerning the following question:
use Tk; $mw = new MainWindow; #Initialize main window $mw->withdraw(); $mw->Popup; MainLoop;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: TK close window int signal
by didier (Vicar) on May 29, 2011 at 09:23 UTC | |
Re: TK close window int signal
by Anonymous Monk on May 29, 2011 at 03:46 UTC | |
by Anonymous Monk on May 29, 2011 at 03:58 UTC | |
Re: TK close window int signal
by deep3101 (Acolyte) on May 29, 2011 at 16:29 UTC | |
Re: TK close window int signal
by Stoney2005 (Acolyte) on May 30, 2011 at 23:29 UTC | |
by Anonymous Monk on May 31, 2011 at 01:54 UTC |