View Single Post
Posts: 1,101 | Thanked: 1,185 times | Joined on Aug 2008 @ Spain
#1
Hi,
I'm trying to get expanders shown in a gtk.TreeView (with pygtk) in maemo4.
I've already tryed to set the expander size setting a style
Code:
gtk.rc_parse_string('''style "toolkit"
{
        GtkTreeView::expander-size = 12
}

class "GtkTreeView" style "toolkit"
''')
but the expanders aren't drawn.
Is there any way to get the expanders shown?