TreeViewDropPosition

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • dropped row is inserted before

    Declaration

    Swift

    static let before: GtkTreeViewDropPosition
  • dropped row is inserted after

    Declaration

    Swift

    static let after: GtkTreeViewDropPosition
  • dropped row becomes a child or is inserted before

    Declaration

    Swift

    static let intoOrBefore: GtkTreeViewDropPosition
  • dropped row becomes a child or is inserted after

    Declaration

    Swift

    static let intoOrAfter: GtkTreeViewDropPosition