GridLayoutPropertyName
public enum GridLayoutPropertyName : String, PropertyNameProtocol
Undocumented
-
The row to align to the baseline, when
GtkWidget:valignis set toGTK_ALIGN_BASELINE.Declaration
Swift
case baselineRow = "baseline-row" -
Whether all the columns in the grid have the same width.
Declaration
Swift
case columnHomogeneous = "column-homogeneous" -
The amount of space between to consecutive columns.
Declaration
Swift
case columnSpacing = "column-spacing" -
Whether all the rows in the grid have the same height.
Declaration
Swift
case rowHomogeneous = "row-homogeneous" -
The amount of space between to consecutive rows.
Declaration
Swift
case rowSpacing = "row-spacing"
View on GitHub
Install in Dash
GridLayoutPropertyName Enumeration Reference