Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkSelectionMode |
Enum : | SelectionMode |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gtk.SelectionMode.BROWSE : 2
|
|
Number Gtk.SelectionMode.EXTENDED : 3
|
|
Number Gtk.SelectionMode.MULTIPLE : 3
|
|
Number Gtk.SelectionMode.NONE : 0
|
|
Number Gtk.SelectionMode.SINGLE : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gdaui.Cloud
Method |
set_selection_mode
(SelectionMode mode)
:
none
|
Gtk.CList
Property |
selection_mode : Gtk.SelectionMode
|
Gtk.CList
Method |
set_selection_mode
(SelectionMode mode)
:
none
|
Gtk.IconView
Property |
selection_mode : Gtk.SelectionMode
The ::selection-mode property specifies the selection mode of icon view.
|
Gtk.IconView
Method |
set_selection_mode
(SelectionMode mode)
:
none
Sets the selection mode of the icon_view.
|
Gtk.IconView
Method |
get_selection_mode
()
:
Gtk.SelectionMode
Gets the selection mode of the icon_view.
|
Gtk.List
Property |
selection_mode : Gtk.SelectionMode
|
Gtk.List
Method |
set_selection_mode
(SelectionMode mode)
:
none
|
Gtk.TreeSelection
Method |
set_mode
(SelectionMode type)
:
none
Sets the selection mode of the selection.
|
Gtk.TreeSelection
Method |
get_mode
()
:
Gtk.SelectionMode
Gets the selection mode for selection.
|