paulchernoch has asked for the wisdom of the Perl Monks concerning the following question:
- Paulsub resizeMainWindow($$) { my ($width, $height) = @_; $mainWin->configure(-width => $width, -height => $height); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl TK - How do I resize a MainWindow?
by GrandFather (Saint) on May 19, 2009 at 03:44 UTC | |
by paulchernoch (Acolyte) on May 19, 2009 at 14:03 UTC |