Hi:
I want set black background color in my main window but I can do it.
I have:
___________________________________________________
#my_rc_file (./pygtkrc)
style "window" {
bg[NORMAL] = { 0, 0, 0 }
}
widget "*.ventana" style "window"
___________________________________________________
___________________________________________________
#my_pygtk_code
import GtkExtra
....
rc_parse("pygtkrc")
...
window = GtkWindow ()
window.set_name ("ventana")
...
_______________________________________________________
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]