View Single Post
rcull's Avatar
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" """)