ColumnViewColumnPropertyName
public enum ColumnViewColumnPropertyName : String, PropertyNameProtocol
Undocumented
-
The
GtkColumnViewthis column is a part of.Declaration
Swift
case columnView = "column-view" -
Column gets share of extra width allocated to the view.
Declaration
Swift
case expand = "expand" -
Factory for populating list items.
Declaration
Swift
case factory = "factory" -
If not -1, this is the width that the column is allocated, regardless of the size of its content.
Declaration
Swift
case fixedWidth = "fixed-width" -
Menu model used to create the context menu for the column header.
Declaration
Swift
case headerMenu = "header-menu" -
Whether this column is resizable.
Declaration
Swift
case resizable = "resizable" -
Sorter for sorting items according to this column.
Declaration
Swift
case sorter = "sorter" -
Title displayed in the header.
Declaration
Swift
case title = "title" -
Whether this column is visible.
Declaration
Swift
case visible = "visible"
View on GitHub
Install in Dash
ColumnViewColumnPropertyName Enumeration Reference