[pygtk] MDI-ish interface?

Johan Dahlin jdahlin at async.com.br
Tue Apr 18 21:07:51 WST 2006


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 <jdahlin at async.com.br>
Async Open Source


More information about the pygtk mailing list