TreeViewColumnRef

public struct TreeViewColumnRef : TreeViewColumnProtocol, GWeakCapturing

The GtkTreeViewColumn object represents a visible column in a GtkTreeView widget. It allows to set properties of the column header, and functions as a holding pen for the cell renderers which determine how the data in the column is displayed.

Please refer to the tree widget conceptual overview for an overview of all the objects and data types related to the tree widget and how they work together.

The TreeViewColumnRef type acts as a lightweight Swift reference to an underlying GtkTreeViewColumn instance. It exposes methods that can operate on this data type through TreeViewColumnProtocol conformance. Use TreeViewColumnRef only as an unowned reference to an existing GtkTreeViewColumn instance.

  • ptr
    Untyped pointer to the underlying `GtkTreeViewColumn` instance.
    

    For type-safe access, use the generated, typed pointer tree_view_column_ptr property instead.

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

TreeViewColumn Class