Re: Modify behaviour to select more than one item in GtkListStore



Hi,

Emmanuel Di Pretoro <edipreto skynet be> 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
 



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