GridLayoutChildPropertyName
public enum GridLayoutChildPropertyName : String, PropertyNameProtocol
Undocumented
-
The widget that is associated to the
GtkLayoutChild
instance.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
GtkLayoutChild
instance.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"