Geoff Bache wrote:
Hi all,

Is there any way to set up gtk.Paned such that automatic shrinking on resize never occurs, but shrinking by manually dragging the separator is still allowed? As far as I can see setting shrink=False prevents
both from occurring.
If I understand your situation the default behavior should do this i.e. pane1 should have resize=False and pane2, resize=True which should allow resizing to apply all additional space to pane2 and none to pane1. A short example would help.

John
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to