ConstraintGuidePropertyName
public enum ConstraintGuidePropertyName : String, PropertyNameProtocol
Undocumented
-
The maximum height of the guide.
Declaration
Swift
case maxHeight = "max-height" -
The maximum width of the guide.
Declaration
Swift
case maxWidth = "max-width" -
The minimum height of the guide.
Declaration
Swift
case minHeight = "min-height" -
The minimum width of the guide.
Declaration
Swift
case minWidth = "min-width" -
A name that identifies the
GtkConstraintGuide, for debugging.Declaration
Swift
case name = "name" -
The preferred, or natural, height of the guide.
Declaration
Swift
case natHeight = "nat-height" -
The preferred, or natural, width of the guide.
Declaration
Swift
case natWidth = "nat-width" -
The
GtkConstraintStrengthto be used for the constraint on the natural size of the guide.Declaration
Swift
case strength = "strength"
View on GitHub
Install in Dash
ConstraintGuidePropertyName Enumeration Reference