View Single Post
Posts: 146 | Thanked: 15 times | Joined on Oct 2008
#1
Hi folks,

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.