Re: tree: deselecting items



Clemens Kirchgatterer <clemens root at> writes:

why does "gtk_item_deselect(GTK_ITEM(item));" deselct the item of a tree but
doesn't remove it from the root-trees selection list? should i delete the list
"by hand"?

any ideas?


Probably you are supposed to call gtk_tree_unselect_item() and the
tree will call gtk_item_deselect() for you. But keep in mind that
GtkTree is an unsupported/broken widget, consider GtkCTree instead.

Havoc





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]