CellAreaContextPropertyName
public enum CellAreaContextPropertyName : String, PropertyNameProtocol
Undocumented
-
The
GtkCellAreathis context was created byDeclaration
Swift
case area = "area" -
The minimum height for the
GtkCellAreain this context for allGtkTreeModelrows that this context was requested for usinggtk_cell_area_get_preferred_height().Declaration
Swift
case minimumHeight = "minimum-height" -
The minimum width for the
GtkCellAreain this context for allGtkTreeModelrows that this context was requested for usinggtk_cell_area_get_preferred_width().Declaration
Swift
case minimumWidth = "minimum-width" -
The natural height for the
GtkCellAreain this context for allGtkTreeModelrows that this context was requested for usinggtk_cell_area_get_preferred_height().Declaration
Swift
case naturalHeight = "natural-height" -
The natural width for the
GtkCellAreain this context for allGtkTreeModelrows that this context was requested for usinggtk_cell_area_get_preferred_width().Declaration
Swift
case naturalWidth = "natural-width"
View on GitHub
Install in Dash
CellAreaContextPropertyName Enumeration Reference