in reply to Controlling resize of Tk::Panedwindow
I'm no Tk expert and don't know any better way, but I found this in the original TclTk documentation
RESIZING PANES
When a pane is resized from outside (e.g. it is packed to expand and fill, and the containing toplevel is resized), space is added to the final (rightmost or bottommost) pane in the window.
So I tried to change the order of panes in a way that your "world" pane A was at the lower right and resizing worked as intended.
I hope this workaround suites you! :)+-----------+ | C | +---+-------+ | | | | B | A | | | | +---+-------+
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|