![]() |
2011-03-02
, 01:07
|
Posts: 146 |
Thanked: 15 times |
Joined on Oct 2008
|
#2
|
widget_class "<GtkDialog>.*.<GtkTreeView>*" style ...
I have a pygtk app that I modified its fonts as I want using gtk.rc_parse_string.
Problem is that a new FileChooserDialog shows huge letters. This is because I changed all GtkTreeView fonts.
So: How do I refer to the GtkTreeView inside the FileChooserDialog to change only its fonts? I tried several combinations, but don't know how a FileChooserDialog is built.
Thanks!!!
L.