CellAreaBoxPropertyName
public enum CellAreaBoxPropertyName : String, PropertyNameProtocol
Undocumented
-
The widget currently editing the edited cell
This property is read-only and only changes as a result of a call
gtk_cell_area_activate_cell()
.Declaration
Swift
case editWidget = "edit-widget"
-
The cell in the area that is currently edited
This property is read-only and only changes as a result of a call
gtk_cell_area_activate_cell()
.Declaration
Swift
case editedCell = "edited-cell"
-
The cell in the area that currently has focus
Declaration
Swift
case focusCell = "focus-cell"
-
The amount of space to reserve between cells.
Declaration
Swift
case spacing = "spacing"