DragCancelReason

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • There is no suitable drop target.

    Declaration

    Swift

    static let noTarget: GdkDragCancelReason
  • Drag cancelled by the user

    Declaration

    Swift

    static let userCancelled: GdkDragCancelReason
  • Unspecified error.

    Declaration

    Swift

    static let error: GdkDragCancelReason