I have:
...
style = self.window.get_style ().copy ()
style.bg[STATE_NORMAL] = style.black
self.window.set_style (style)
...
This works correctly, but i want a red background color, and i try:
...
style.bg[STATE_NORMAL] = style.red
...
This fail. I think that i don't understand very well. Can anybody help
me?
Regards.
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
- Re: [pygtk] style question again Javi Roman
- Re: [pygtk] style question again James Henstridge
- Re: [pygtk] style question again Randolph Fritz
