Re: tree: deselecting items
- From: Havoc Pennington <hp redhat com>
- To: clemens linux-austria com
- Cc: gtk-app-devel-list gnome org
- Subject: Re: tree: deselecting items
- Date: 19 Nov 2000 19:01:38 -0500
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]