ConstraintPropertyName
public enum ConstraintPropertyName : String, PropertyNameProtocol
Undocumented
-
The constant value to be added to the [property
Gtk.Constraint:source-attribute].Declaration
Swift
case constant = "constant" -
The multiplication factor to be applied to the [property
Gtk.Constraint:source-attribute].Declaration
Swift
case multiplier = "multiplier" -
The order relation between the terms of the constraint.
Declaration
Swift
case relation = "relation" -
The source of the constraint.
The constraint will set the [property
Gtk.Constraint:target-attribute] property of the target using the [propertyGtk.Constraint:source-attribute] property of the source.Declaration
Swift
case source = "source" -
The attribute of the [property
Gtk.Constraint:source] read by the constraint.Declaration
Swift
case sourceAttribute = "source-attribute" -
The strength of the constraint.
The strength can be expressed either using one of the symbolic values of the [enum
Gtk.ConstraintStrength] enumeration, or any positive integer value.Declaration
Swift
case strength = "strength" -
The target of the constraint.
The constraint will set the [property
Gtk.Constraint:target-attribute] property of the target using the [propertyGtk.Constraint:source-attribute] property of the source widget.Declaration
Swift
case target = "target" -
The attribute of the [property
Gtk.Constraint:target] set by the constraint.Declaration
Swift
case targetAttribute = "target-attribute"
View on GitHub
Install in Dash
ConstraintPropertyName Enumeration Reference