On Fri, Jul 25, 2003 at 09:20:30PM -0700, Colin Fox wrote: > 1. When I start it up, I get a warning on the command line saying > (rtstoy1:4977): GLib-GObject-WARNING **: gobject.c:946: object class > `GnomeProgram' has no property named `default-icon'
See http://www.daa.com.au/pipermail/pygtk/2002-September/003486.html -- does calling gnome_window_icon_set_default_from_file() (ugh) help? Let me know so I can update the FAQ. > 3. The GtkToggleButton doesn't seem to have an 'active' property any > more, even though it appears in the documentation. Is this a bug or an > oversight? Or am I supposed to use something else to determine the state > of a toggle button? Are you using get_property()? It used to be an instance variable in PyGTK-0. Not sure about question 2, since I've never used DnD. 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/
