in reply to Re: Perl Tk geometry problem
in thread Perl Tk geometry problem
Well.. I use 'grid' as a geometry manager, but how can that help me determine the size and height of the Mainwindow? I use 'grid' to assign widgets (like frames and buttons) inside the mainwindow, Could you provice a code example explaining how to use 'grid' to influence the height and width of the MainWindow ?
update: i still can't figure out how using pack to organise the widgets inside the mainwindow, would help me restrict the resizing of the mainwindow itsel? The resizing still happens when I replace the 'grid' manager with 'pack'. Do i leave the 'geometry(***x***) out?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl Tk geometry problem
by biohisham (Priest) on Aug 30, 2009 at 18:55 UTC | |
by lollysticky (Initiate) on Aug 31, 2009 at 12:41 UTC |