TreeViewColumnSizing

public extension TreeViewColumnSizing
  • Cast constructor, converting any binary integer to a TreeViewColumnSizing.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Columns only get bigger in reaction to changes in the model

    Declaration

    Swift

    static let growOnly: GtkTreeViewColumnSizing
  • Columns resize to be the optimal size every time the model changes.

    Declaration

    Swift

    static let autosize: GtkTreeViewColumnSizing
  • Columns are a fixed numbers of pixels wide.

    Declaration

    Swift

    static let fixed: GtkTreeViewColumnSizing