On Wed, Mar 12, 2003 at 06:55:18PM -0500, Steve McClure wrote: > I need to augment titles, at runtime, of dialogs created with Glade. I > don't see anything in the API to do a get_title, but there is a > GtkWindow.title attribute in the GTK docs. I can't even get to > GtkWindow attributes in my code though, I keep getting attribute errors > when I do a dialog.window_position where dialog is a GtkDialog instance.
Use window['title']. It's a property. (Added FAQ 10.8) Would anybody find it convenient if I posted a list of all the args for Gtk widgets? I had to fish it out of the source code so it might at least save you trying to write a custom script. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | 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/
