ToolPaletteDragTargets
public struct ToolPaletteDragTargets : OptionSet
Flags used to specify the supported drag targets.
-
The corresponding value of the raw type
Declaration
Swift
public var rawValue: UInt32
-
The equivalent raw Int value
Declaration
Swift
@inlinable public var intValue: Int { get set }
-
The equivalent raw
gint
valueDeclaration
Swift
@inlinable public var int: gint { get set }
-
The equivalent underlying
GtkToolPaletteDragTargets
enum valueDeclaration
Swift
@inlinable public var value: GtkToolPaletteDragTargets { get set }
-
Creates a new instance with the specified raw value
Declaration
Swift
@inlinable public init(rawValue: UInt32)
-
Creates a new instance with the specified
GtkToolPaletteDragTargets
enum valueDeclaration
Swift
@inlinable public init(_ enumValue: GtkToolPaletteDragTargets)
-
Creates a new instance with the specified Int value
Declaration
Swift
@inlinable public init<I>(_ intValue: I) where I : BinaryInteger
-
Support drag of items.
Declaration
Swift
public static let items: ToolPaletteDragTargets
-
Support drag of groups.
Declaration
Swift
public static let groups: ToolPaletteDragTargets