BreakpointCondition

Describes condition for an class@Breakpoint.

Members

Functions

copy
adw.breakpoint_condition.BreakpointCondition copy()

Copies self.

toString_
string toString_()

Returns a textual representation of self.

Static functions

newAnd
adw.breakpoint_condition.BreakpointCondition newAnd(adw.breakpoint_condition.BreakpointCondition condition1, adw.breakpoint_condition.BreakpointCondition condition2)

Creates a condition that triggers when condition_1 and condition_2 are both true.

newLength
adw.breakpoint_condition.BreakpointCondition newLength(adw.types.BreakpointConditionLengthType type, double value, adw.types.LengthUnit unit)

Creates a condition that triggers on length changes.

newOr
adw.breakpoint_condition.BreakpointCondition newOr(adw.breakpoint_condition.BreakpointCondition condition1, adw.breakpoint_condition.BreakpointCondition condition2)

Creates a condition that triggers when either condition_1 or condition_2 is true.

newRatio
adw.breakpoint_condition.BreakpointCondition newRatio(adw.types.BreakpointConditionRatioType type, int width, int height)

Creates a condition that triggers on ratio changes.

parse
adw.breakpoint_condition.BreakpointCondition parse(string str)

Parses a condition from a string.

Inherited Members

From Boxed

cInstancePtr
void* cInstancePtr;

Pointer to the C boxed value

getType
GType getType()

Get the GType of this boxed type.

gType
GType gType [@property getter]

Boxed GType property.

self
Boxed self()

Convenience method to return this cast to a type. For use in D with statements.

copy_
void* copy_()

Make a copy of the wrapped C boxed data.

boxedCopy
void* boxedCopy(void* cBoxed)

Copy a C boxed value using g_boxed_copy.

boxedFree
void boxedFree(void* cBoxed)

Free a C boxed value using g_boxed_free.