gtk.rc_parse_string('''style "toolkit"
{
GtkTreeView::expander-size = 12
}
class "GtkTreeView" style "toolkit"
''')
gtk_rc_parse_string ("style \"toolkit\"\n"
"{\n"
"GtkTreeView::expander-size = 40\n"
"}\n"
"class \"GtkTreeView\" style \"toolkit\"\n");
| The Following User Says Thank You to Alberto Garcia For This Useful Post: | ||


| The Following User Says Thank You to Alberto Garcia For This Useful Post: | ||