[pygtk] gtk.Style has no properties
Noam Yorav-Raphael
noamraph at gmail.com
Tue Jun 30 16:48:54 WST 2009
Hello,
for gtk.Style objects there are no properties - I do:
>>> st = gtk.Style()
>>> gobject.list_properties(st)
()
I would like to change its bg property (appears in the documentation,
and even in gtk-base-types.def), so that the selection color will be
different from the default, but since it has no properties, I can't do
that.
Do you know what's wrong?
Thanks,
Noam
More information about the pygtk
mailing list