DragPropertyName

public enum DragPropertyName : String, PropertyNameProtocol

Undocumented

  • The possible actions of this drag.

    Declaration

    Swift

    case actions = "actions"
  • The GdkContentProvider.

    Declaration

    Swift

    case content = "content"
  • The GdkDevice that is performing the drag.

    Declaration

    Swift

    case device = "device"
  • The GdkDisplay that the drag belongs to.

    Declaration

    Swift

    case display = "display"
  • The possible formats that the drag can provide its data in.

    Declaration

    Swift

    case formats = "formats"
  • The currently selected action of the drag.

    Declaration

    Swift

    case selectedAction = "selected-action"
  • The surface where the drag originates.

    Declaration

    Swift

    case surface = "surface"