ExpanderStyle

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • The style used for a collapsed subtree.

    Declaration

    Swift

    static let collapsed: GtkExpanderStyle
  • Intermediate style used during animation.

    Declaration

    Swift

    static let semiCollapsed: GtkExpanderStyle
  • Intermediate style used during animation.

    Declaration

    Swift

    static let semiExpanded: GtkExpanderStyle
  • The style used for an expanded subtree.

    Declaration

    Swift

    static let expanded: GtkExpanderStyle