On Feb 17, 2008 6:02 PM, krishnakant Mane <[EMAIL PROTECTED]> wrote: > > I have just started to use pygtk about a couple of weeks back. > I am sure this must have been answered some time back so I won't mind > if some one points me to a previous thread. > I really can't find the way to create MDI applications with parent and > child window. > can some one guide me.
I'm surprised this isn't in the FAQ (or just GTK+ FAQ), but: GTK+ does not have support for MDI applications, builtin. Maybe there are addon libraries that provide it. Personally, and I think most people on this list would, I've come to see this as a non-issue -- I really haven't had any use, ever, for MDI; and I used to always get annoyed at MDI applications in the past (I don't think I've had to deal with one lately). One workaround might be to use a tabbed interface rather than classical MDI. Depends on what your purpose was. KR, Filip -- My weblog: http://slider.rack66.net/~mechanix/blog/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
