GridLayoutChildPropertyName
public enum GridLayoutChildPropertyName : String, PropertyNameProtocol
Undocumented
-
The widget that is associated to the
GtkLayoutChildinstance.Declaration
Swift
case childWidget = "child-widget" -
The column to place the child in.
Declaration
Swift
case column = "column" -
The number of columns the child spans to.
Declaration
Swift
case columnSpan = "column-span" -
The layout manager that created the
GtkLayoutChildinstance.Declaration
Swift
case layoutManager = "layout-manager" -
The row to place the child in.
Declaration
Swift
case row = "row" -
The number of rows the child spans to.
Declaration
Swift
case rowSpan = "row-span"
View on GitHub
Install in Dash
GridLayoutChildPropertyName Enumeration Reference