Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Tk Mainwindow resizing after child destroyed

by hangon (Deacon)
on Oct 09, 2007 at 18:04 UTC ( [id://643764]=note: print w/replies, xml ) Need Help??


in reply to Tk Mainwindow resizing after child destroyed

It works fine on mine as well (ActiveState). Initializing the main window size may solve your problem.

use strict; use warnings; use Tk; my $mw = MainWindow->new(); $mw->geometry('100x300'); ...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://643764]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-03-28 17:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found