enum
Gtk::SizeGroupMode
Overview
The mode of the size group determines the directions in which the size group affects the requested sizes of its component widgets.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
None =
0_u32 -
group has no effect
-
Horizontal =
1_u32 -
group affects horizontal requisition
-
Vertical =
2_u32 -
group affects vertical requisition
-
Both =
3_u32 -
group affects both horizontal and vertical requisition
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#both?
Returns
trueif this enum value equalsBoth -
#horizontal?
Returns
trueif this enum value equalsHorizontal -
#none?
Returns
trueif this enum value equalsNone -
#vertical?
Returns
trueif this enum value equalsVertical
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.