http://qs321.pair.com?node_id=198786

blackadder has asked for the wisdom of the Perl Monks concerning the following question:

Greetings all,

How can I minimize or maximize a perl Tk main window?

I create the window like this: my $mw = MainWindow->new;

and I would like to minimize it like this: $mw->minimize; or maximise it like this: $mw->maximize;

Can someone please show me how? I sure you can't put this past Perl.