ConstraintPropertyName

public enum ConstraintPropertyName : String, PropertyNameProtocol

Undocumented

  • The constant value to be added to the [propertyGtk.Constraint:source-attribute].

    Declaration

    Swift

    case constant = "constant"
  • The multiplication factor to be applied to the [propertyGtk.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 [propertyGtk.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 [propertyGtk.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 [enumGtk.ConstraintStrength] enumeration, or any positive integer value.

    Declaration

    Swift

    case strength = "strength"
  • The target of the constraint.

    The constraint will set the [propertyGtk.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 [propertyGtk.Constraint:target] set by the constraint.

    Declaration

    Swift

    case targetAttribute = "target-attribute"