GrandFather has asked for the wisdom of the Perl Monks concerning the following question:
How do I set the main window to some specified size using Tk?
I'd assumed the following would do it, but it has no effect whatsoever:
$main->configure (-width => 500);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to set main window size in Tk
by GrandFather (Saint) on Jul 19, 2005 at 00:52 UTC | |
|
Re: How to set main window size in Tk
by Anonymous Monk on Jul 19, 2005 at 00:30 UTC |