Constraint.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gtk.constraint_target.ConstraintTarget target, gtk.types.ConstraintAttribute targetAttribute, gtk.types.ConstraintRelation relation, gtk.constraint_target.ConstraintTarget source, gtk.types.ConstraintAttribute sourceAttribute, double multiplier, double constant, int strength)

Creates a new constraint representing a relation between a layout attribute on a source and a layout attribute on a target.

Parameters

targetthe target of the constraint
targetAttributethe attribute of target to be set
relationthe relation equivalence between target_attribute and source_attribute
sourcethe source of the constraint
sourceAttributethe attribute of source to be read
multipliera multiplication factor to be applied to source_attribute
constanta constant factor to be added to source_attribute
strengththe strength of the constraint

Returns

the newly created constraint