adw.breakpoint_condition

Module for [BreakpointCondition] class

Types 1

Describes condition for an adw.breakpoint.Breakpoint.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
BreakpointCondition self() nothrowReturns `this`, for use in `with` statements.
adw.breakpoint_condition.BreakpointCondition newAnd(adw.breakpoint_condition.BreakpointCondition condition1, adw.breakpoint_condition.BreakpointCondition condition2) static nothrowCreates a condition that triggers when condition_1 and condition_2 are both true.
adw.breakpoint_condition.BreakpointCondition newLength(adw.types.BreakpointConditionLengthType type, double value, adw.types.LengthUnit unit) static nothrowCreates a condition that triggers on length changes.
adw.breakpoint_condition.BreakpointCondition newOr(adw.breakpoint_condition.BreakpointCondition condition1, adw.breakpoint_condition.BreakpointCondition condition2) static nothrowCreates a condition that triggers when either condition_1 or condition_2 is true.
adw.breakpoint_condition.BreakpointCondition newRatio(adw.types.BreakpointConditionRatioType type, int width, int height) static nothrowCreates a condition that triggers on ratio changes.
adw.breakpoint_condition.BreakpointCondition copy() nothrowCopies self. Returns: a copy of self
string toString_() nothrowReturns a textual representation of self.
adw.breakpoint_condition.BreakpointCondition parse(string str) static nothrowParses a condition from a string.
Constructors
this(void * ptr, Flag!"Take" take)