enum Adw::PackDirection
Overview
Describes child packing behavior in a #WrapLayout
or #WrapBox
.
See [property@WrapLayout:pack-direction] and [property@WrapBox:pack-direction].
Defined in:
lib/gi-crystal/src/auto/adw-1/adw.crEnum Members
-
StartToEnd =
0_u32
-
Pack children from left to right for LTR languages, or top to bottom vertically.
-
EndToStart =
1_u32
-
Pack children from right to left for LTR languages, or bottom to top vertically.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.