GtkCTree multiple selection
- From: Carlos Pereira <carlos pehoe civil ist utl pt>
- To: gtk-app-devel-list gnome org
- Subject: GtkCTree multiple selection
- Date: Wed, 28 Nov 2001 15:55:10 GMT
It's the closest I could think of.
Thanks, anyway!
Another question about GtkCTree:
How can I instruct GtkCTree to allow multiple row selection?
With GtkTree this is done with the function:
gtk_tree_set_selection_mode (GTK_TREE(tree), GTK_SELECTION_MULTIPLE);
So far I can only get single row selection with GtkCTree,
equivalent to GtkTree after calling:
to gtk_tree_set_selection_mode (GTK_TREE(tree), GTK_SELECTION_SINGLE);
Carlos
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]