http://www.perlmonks.org?node_id=625025


in reply to Perl/TK: How to set the width and height of the main window?

Well, you can set it that way:

my $MW = MainWindow->new( -height => 600, -width => 600 );

or

my $MW = MainWindow->new; $MW->geometry( "600x600" );

but if you arrange items that don't fit into that size, your window will enlarge

in perldoc Tk::Wm the methods ->maxsize and ->minsize could be interesting for you

Best regards,
perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"