enum Adw::FlapFoldPolicy
Overview
Describes the possible folding behavior of a #Flap
widget.
Defined in:
lib/gi-crystal/src/auto/adw-1/adw.crEnum Members
-
Never =
0_u32
-
Disable folding, the flap cannot reach narrow sizes.
-
Always =
1_u32
-
Keep the flap always folded.
-
Auto =
2_u32
-
Fold and unfold the flap based on available space.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.