-
Cast constructor, converting any binary integer to a
IconViewDropPosition.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
no drop possible
Declaration
Swift
static let noDrop: GtkIconViewDropPosition -
dropped item replaces the item
Declaration
Swift
static let dropInto: GtkIconViewDropPosition -
droppped item is inserted to the left
Declaration
Swift
static let dropLeft: GtkIconViewDropPosition -
dropped item is inserted to the right
Declaration
Swift
static let dropRight: GtkIconViewDropPosition -
dropped item is inserted above
Declaration
Swift
static let dropAbove: GtkIconViewDropPosition -
dropped item is inserted below
Declaration
Swift
static let dropBelow: GtkIconViewDropPosition
View on GitHub
Install in Dash
IconViewDropPosition Extension Reference