gtk_list / gtk_clist selection mode combination
- From: Martin Kestel <mka mppmu mpg de>
- To: "gtk-list redhat com" <gtk-list redhat com>
- Subject: gtk_list / gtk_clist selection mode combination
- Date: Thu, 13 Apr 2000 11:57:19 +0200 (MET DST)
Hi All,
I want the user to be able to select in a list in the form of the following
pattern:
Listentries Selected(X)
item
item X
item X
item X
item X
item
item X
item X
item X
item
item X
...and so on.
Right now its a GtkList, I will change it to a GtkCList in the future, but
that shouldn't matter, right?
I wonder whether I can combine the (GtkSelectionMode)MODE within the call to
void gtk_list_set_selection_mode (GtkList *LIST, GtkSelectionMode MODE)
(similar for a GtkCList)
in order to achieve this.
>From gtkenums.h:
/* list selection modes */
typedef enum
{
GTK_SELECTION_SINGLE,
GTK_SELECTION_BROWSE,
GTK_SELECTION_MULTIPLE,
GTK_SELECTION_EXTENDED
} GtkSelectionMode;
Bitwise OR / XOR / AND did not work. Earlier I tried subsequent calls with
GTK_SELECTION_MULTIPLE and thereafter GTK_SELECTION_EXTENDED.
any ideas ... or is it just impossible?
TIA, Bye,
Martin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]