Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkSelectionMode |
Enum : | SelectionMode |
Properties | |
---|---|
guint32 Gtk.SelectionMode.BROWSE : 2
|
|
guint32 Gtk.SelectionMode.MULTIPLE : 3
|
|
guint32 Gtk.SelectionMode.NONE : 0
|
|
guint32 Gtk.SelectionMode.SINGLE : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.IconView
Property |
selection_mode : Gtk.SelectionMode
The ::selection-mode property specifies the selection mode of
icon view. |
Gtk.IconView
Method |
get_selection_mode
()
:
Gtk.SelectionMode
Gets the selection mode of the icon_view.
|
Gtk.IconView
Method |
set_selection_mode
(SelectionMode mode)
:
none
Sets the selection mode of the icon_view.
|
Gtk.TreeSelection
Method |
get_mode
()
:
Gtk.SelectionMode
Gets the selection mode for selection.
|
Gtk.TreeSelection
Method |
set_mode
(SelectionMode type)
:
none
Sets the selection mode of the selection.
|