enum
Gtk::ArrowType
Overview
Used to indicate the direction in which an arrow should point.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
Up =
0_u32
-
Represents an upward pointing arrow.
-
Down =
1_u32
-
Represents a downward pointing arrow.
-
Left =
2_u32
-
Represents a left pointing arrow.
-
Right =
3_u32
-
Represents a right pointing arrow.
-
None =
4_u32
-
No arrow.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#down?
Returns
true
if this enum value equalsDown
-
#left?
Returns
true
if this enum value equalsLeft
-
#none?
Returns
true
if this enum value equalsNone
-
#right?
Returns
true
if this enum value equalsRight
-
#up?
Returns
true
if this enum value equalsUp
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.