On Thu, Jun 06, 2002 at 02:27:04PM -0400, Steve McClure wrote: > > > call "window.set_transient_for(parent_window)". Your window manager > > > should position the window appropriately. > > Does anyone know if it possible to make this happen with dialogs that > are defined in glade files?
Sure, you can get_widget them and call set_transient_for() them. Ah, you mean in glade itself? IIRC, no. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 272 3330 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
