Re: [pygtk] "shrink" property of gtk.Paned

2008-04-23 Thread John Finlay

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   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/


[pygtk] "shrink" property of gtk.Paned

2008-04-23 Thread Geoff Bache

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.

Regards,
Geoff Bache

___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/