> Thanks for your suggestion. You are right. There is an example there > called appwindow.py which builds an application window pretty much > like what I want, complete with menubar, toolbar and statusbar. But I > am thinking there is a call to gnomeui.App (or something like that) > which creates the application window automatically (complete with > menubar, toolbar and statusbar). According to some old documentation I > read, you used to be able to do this. But now with pygtk2 and the new > python-gnome, I haven't seen any examples or documentation to show how > to do it. > --Doug Blanding
Well, gnome windows are usually avoided by most developpers. You should consider using bonobo windows instead. In gnome-python tarball, it's in examples/bonobo/bonoboui Regards, Xavier Ordoquy. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
