Wildemar Wildenburger wrote:
> Hello Folks :)
> 
> I'm just learning pygtk as it appears somewhat more flexible than
> wxpython (which I've used before with great success, let that be noted).
> 
> Now I need something like an MDI-style interface; neednt be toplevel
> windows inside a toplevel window, but at least normal widgets in a
> toplevel window that can be freely moved, arranged and (very
> importantly) drawn between.

You should look at gdl which has docks.

An alternative is using a GtkNotebook, but only if you can reconsider the
need of being able to need to move the sub windows around.

-- 
Johan Dahlin <[EMAIL PROTECTED]>
Async Open Source
_______________________________________________
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