DropTargetAsyncPropertyName

public enum DropTargetAsyncPropertyName : String, PropertyNameProtocol

Undocumented

  • The GdkDragActions that this drop target supports.

    Declaration

    Swift

    case actions = "actions"
  • The GdkContentFormats that determines the supported data formats.

    Declaration

    Swift

    case formats = "formats"
  • The name for this controller, typically used for debugging purposes.

    Declaration

    Swift

    case name = "name"
  • The limit for which events this controller will handle.

    Declaration

    Swift

    case propagationLimit = "propagation-limit"
  • The propagation phase at which this controller will handle events.

    Declaration

    Swift

    case propagationPhase = "propagation-phase"
  • The widget receiving the GdkEvents that the controller will handle.

    Declaration

    Swift

    case widget = "widget"