enum
Gtk::SpinType
Overview
The values of the Gtk::SpinType enumeration are used to specify the change to make in gtk_spin_button_spin().
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
StepForward =
0_u32 -
Increment by the adjustments step increment.
-
StepBackward =
1_u32 -
Decrement by the adjustments step increment.
-
PageForward =
2_u32 -
Increment by the adjustments page increment.
-
PageBackward =
3_u32 -
Decrement by the adjustments page increment.
-
Home =
4_u32 -
Go to the adjustments lower bound.
-
End =
5_u32 -
Go to the adjustments upper bound.
-
UserDefined =
6_u32 -
Change by a specified amount.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#end?
Returns
trueif this enum value equalsEnd -
#home?
Returns
trueif this enum value equalsHome -
#page_backward?
Returns
trueif this enum value equalsPageBackward -
#page_forward?
Returns
trueif this enum value equalsPageForward -
#step_backward?
Returns
trueif this enum value equalsStepBackward -
#step_forward?
Returns
trueif this enum value equalsStepForward -
#user_defined?
Returns
trueif this enum value equalsUserDefined
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.