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
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to