I have a UI component laid out as an HBox with three slots.  I have a
request from a user to be able to resize each slot separately.  The HPaned
widget would be ideal, except it only takes two children.  Is there such a
thing as a Paned widget that supports more than two children or a Box widget
that allows independent resizing of its children?  As a workaround I could
nest one HPaned widget inside another, but that doesn't provide for complete
independence of the box sizes.

Thx,

-- 
Skip Montanaro
Got spam? http://www.spambayes.org/
[EMAIL PROTECTED]
_______________________________________________
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