gtkListSetSelectionMode {RGtk2.10} | R Documentation |
Set the list selection mode. The selection mode can be any value in
GtkSelectionMode:
GTK_SELECTION_SINGLE
GTK_SELECTION_BROWSE
GTK_SELECTION_MULTIPLE
GTK_SELECTION_EXTENDED
gtk_list_set_selection_mode
is deprecated and should not be used in newly-written code.
gtkListSetSelectionMode(object, mode)
|
[GtkList ] the list widget. |
|
[GtkSelectionMode ] the new selection mode. |
Derived by RGtkGen from GTK+ documentation