Thread
:
How to show expanders in treeview
View Single Post
Alberto Garcia
2010-05-18 , 16:16
Posts: 52 | Thanked: 73 times | Joined on Feb 2009 @ Corunha
#
6
Originally Posted by
maacruz
But you are using maemo5 (N900), aren't you?
Yes, but it also works in Maemo 4 (I don't have a device here,
but I tested in the SDK).
But I really had to enable 'show-expanders'. Maemo 4 doesn't seem to have gtk_tree_view_set_show_expanders (), but you can use:
g_object_set (tree_view, "show-expanders", TRUE, NULL);
I can upload a complete test case (in C) if you want.
Quote & Reply
|
The Following User Says Thank You to Alberto Garcia For This Useful Post:
maacruz
Alberto Garcia
View Public Profile
Send a private message to Alberto Garcia
Visit Alberto Garcia's homepage!
Find all posts by Alberto Garcia