Hi:
I have a program that uses black background color in the main window:
...
window = GtkWindow ()
style = window.get_style ().copy ()
style.bg[STATE_NORMAL] = style.black
window.set_style (style)
...
When I put any widget (vbox -> GtkFrame, for instance) GtkFrame
background color is black and I want a gtk-system color background for
this widget so I use get_style and set_style but doesn't work.
Regards.
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
- Re: [pygtk] style question Javi Rom�n
- Re: [pygtk] style question Matt Wilson
