Thanks, gtk.rc_parse("test") worked fine!
But I got into some other problems.
I defined a GtkLabel with this command: headline.set_name("head")
In my RC file I inserted this line:
widget "head.GtkLabel" style "head"
but my 'head' label aint getting bold text as I want.
The RC file works, it's taken from the gtk doc examples...
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
