TreeViewColumnPropertyName
public enum TreeViewColumnPropertyName : String, PropertyNameProtocol
Undocumented
-
Undocumented
Declaration
Swift
case alignment = "alignment"
-
The
GtkCellArea
used to layout cell renderers for this column.If no area is specified when creating the tree view column with
gtk_tree_view_column_new_with_area()
a horizontally orientedGtkCellAreaBox
will be used.Declaration
Swift
case cellArea = "cell-area"
-
Undocumented
Declaration
Swift
case clickable = "clickable"
-
Undocumented
Declaration
Swift
case expand = "expand"
-
Undocumented
Declaration
Swift
case fixedWidth = "fixed-width"
-
Undocumented
Declaration
Swift
case maxWidth = "max-width"
-
Undocumented
Declaration
Swift
case minWidth = "min-width"
-
Undocumented
Declaration
Swift
case reorderable = "reorderable"
-
Undocumented
Declaration
Swift
case resizable = "resizable"
-
Undocumented
Declaration
Swift
case sizing = "sizing"
-
Logical sort column ID this column sorts on when selected for sorting. Setting the sort column ID makes the column header clickable. Set to -1 to make the column unsortable.
Declaration
Swift
case sortColumnID = "sort-column-id"
-
Undocumented
Declaration
Swift
case sortIndicator = "sort-indicator"
-
Undocumented
Declaration
Swift
case sortOrder = "sort-order"
-
Undocumented
Declaration
Swift
case spacing = "spacing"
-
Undocumented
Declaration
Swift
case title = "title"
-
Undocumented
Declaration
Swift
case visible = "visible"
-
Undocumented
Declaration
Swift
case widget = "widget"
-
Undocumented
Declaration
Swift
case width = "width"
-
Undocumented
Declaration
Swift
case xOffset = "x-offset"