CellAreaContextPropertyName
public enum CellAreaContextPropertyName : String, PropertyNameProtocol
Undocumented
-
The
GtkCellArea
this context was created byDeclaration
Swift
case area = "area"
-
The minimum height for the
GtkCellArea
in this context for allGtkTreeModel
rows that this context was requested for usinggtk_cell_area_get_preferred_height()
.Declaration
Swift
case minimumHeight = "minimum-height"
-
The minimum width for the
GtkCellArea
in this context for allGtkTreeModel
rows that this context was requested for usinggtk_cell_area_get_preferred_width()
.Declaration
Swift
case minimumWidth = "minimum-width"
-
The natural height for the
GtkCellArea
in this context for allGtkTreeModel
rows that this context was requested for usinggtk_cell_area_get_preferred_height()
.Declaration
Swift
case naturalHeight = "natural-height"
-
The natural width for the
GtkCellArea
in this context for allGtkTreeModel
rows that this context was requested for usinggtk_cell_area_get_preferred_width()
.Declaration
Swift
case naturalWidth = "natural-width"