Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.SensitivityType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkSensitivityType
Enum : SensitivityType
Determines how GTK+ handles the sensitivity of stepper arrows
at the end of range widgets.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:00 GMT+0800 (HKT)