enum Adw::BreakpointConditionLengthType
Overview
Describes length types for #BreakpointCondition
.
See BreakpointCondition::new_length
.
New values may be added to this enumeration over time.
Defined in:
lib/gi-crystal/src/auto/adw-1/adw.crEnum Members
-
MinWidth =
0_u32
-
true if the width is greater than or equal to the condition value
-
MaxWidth =
1_u32
-
true if the width is less than or equal to the condition value
-
MinHeight =
2_u32
-
true if the height is greater than or equal to the condition value
-
MaxHeight =
3_u32
-
true if the height is less than or equal to the condition value
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.