GtkCTree multiple selection



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]