Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkSensitivityType |
Enum : | SensitivityType |
Properties | |
---|---|
guint32 Gtk.SensitivityType.AUTO : 0
|
|
guint32 Gtk.SensitivityType.OFF : 2
|
|
guint32 Gtk.SensitivityType.ON : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.ComboBox
Property |
button_sensitivity : Gtk.SensitivityType
Whether the dropdown button is sensitive when
the model is empty. |
Gtk.ComboBox
Method |
get_button_sensitivity
()
:
Gtk.SensitivityType
Returns whether the combo box sets the dropdown button
sensitive or not when there are no items in the model. |
Gtk.ComboBox
Method |
set_button_sensitivity
(SensitivityType sensitivity)
:
none
Sets whether the dropdown button of the combo box should be
always sensitive (GTK_SENSITIVITY_ON), never sensitive (GTK_SENSITIVITY_OFF) or only if there is at least one item to display (GTK_SENSITIVITY_AUTO). |
Gtk.Range
Property |
lower_stepper_sensitivity : Gtk.SensitivityType
|
Gtk.Range
Property |
upper_stepper_sensitivity : Gtk.SensitivityType
|
Gtk.Range
Method |
get_lower_stepper_sensitivity
()
:
Gtk.SensitivityType
Gets the sensitivity policy for the stepper that points to the
'lower' end of the GtkRange's adjustment. |
Gtk.Range
Method |
get_upper_stepper_sensitivity
()
:
Gtk.SensitivityType
Gets the sensitivity policy for the stepper that points to the
'upper' end of the GtkRange's adjustment. |
Gtk.Range
Method |
set_lower_stepper_sensitivity
(SensitivityType sensitivity)
:
none
Sets the sensitivity policy for the stepper that points to the
'lower' end of the GtkRange's adjustment. |
Gtk.Range
Method |
set_upper_stepper_sensitivity
(SensitivityType sensitivity)
:
none
Sets the sensitivity policy for the stepper that points to the
'upper' end of the GtkRange's adjustment. |