Gtk.SelectionMode Enumeration
An enumeration used by TreeSelection.

Syntax

[GLib.GType(typeof(Gtk.SelectionModeGType))]
public enum SelectionMode

Remarks

This enumeration is used by Gtk.TreeSelection to decide how selection behaves.

Members

Member NameDescription
NoneNothing can be selected.
SingleOnly one item can be selected at any given moment. Other items can have focus, but will not be marked as selected.
BrowseOnly one item can be selected at any given moment. Any item currently having focus will be marked as selected.
MultipleSeveral items may be selected or unselected with a click or using the spacebar. The selection can be done using the Ctrl and Shift modifier keys in the usual way.
ExtendedThis is the same as "Multiple", but deprecated. Use Multiple instead.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0