Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.SensitivityType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkSensitivityType
Enum : SensitivityType
  Show / Hide Inherited methods, properties and signals
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
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.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.Range
Property
lower_stepper_sensitivity : Gtk.SensitivityType
Gtk.Range
Property
upper_stepper_sensitivity : Gtk.SensitivityType
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
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
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.
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:43 GMT+0800 (HKT)