I am trying to give the fabulous text-editor Scribes some tabs. My idea was to simply create a gtk.Notebook and put all the editor-windows created by Scribes in this notebook.
The editor-window is created with Glade. When I try to add an editor-window to the gtk.Notebook, I get the following error message: GtkWarning: Can't set a parent on a toplevel widget Now my question, how can I change the Glade-Object (aka editor-window) to be created as a WINDOW_CHILD? Is this posibble with Glade-Windows?
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
