View Single Post
Posts: 52 | Thanked: 73 times | Joined on Feb 2009 @ Corunha
#6
Originally Posted by maacruz View Post
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.
 

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