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.