Thread
:
Pygtk: how to change the whole app font size
View Single Post
rcull
2009-09-03 , 15:05
Posts: 299 | Thanked: 168 times | Joined on Jun 2006 @ Wales UK
#
19
At the risk of being too simplistic - whats wrong with this:-
gtk.rc_parse_string("""
style "font"
{
font_name = "Sans 12"
}
widget_class "*" style "font" """)
Quote & Reply
|
rcull
View Public Profile
Send a private message to rcull
Find all posts by rcull