DropPropertyName

public enum DropPropertyName : String, PropertyNameProtocol

Undocumented

  • The possible actions for this drop

    Declaration

    Swift

    case actions = "actions"
  • The GdkDevice performing the drop

    Declaration

    Swift

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

    Declaration

    Swift

    case display = "display"
  • The GdkDrag that initiated this drop

    Declaration

    Swift

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

    Declaration

    Swift

    case formats = "formats"
  • The GdkSurface the drop happens on

    Declaration

    Swift

    case surface = "surface"