Hi,

Emmanuel Di Pretoro <[EMAIL PROTECTED]> writes:

> I want to modify the behaviour of my GtkTreeView/GtkListStore. I can
> select more than one item, but I don't want to use 'Ctrl+Click' to
> select another item.

 gtk_tree_selection_set_mode (gtk_tree_view_get_selection (view),
                               GTK_SELECTION_MULTIPLE);


Salut, Sven
 
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to