Hello everyone,

I am looking for a pygtk equivalent of the window handling a la GIMP, i.e. the ability to group windows together by dragging them on docking areas or group windows into a notebook. Are there any ready solutions :-) ?

I have started my own implementation of this (except for the drag'n drop yet). Now I have noticed, that in GIMP, when you group more than two windows underneath each other, they will be separated, so that you can change the size of each. How could one implement that? VPaned only supports two subwidgets. Of course, one could add one vpaned into another, but this seems awkward.

Thanks for your help,

Niklas.
_______________________________________________
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