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
GdkDevicethat is performing the drag.Declaration
Swift
case device = "device" -
The
GdkDisplaythat 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"
View on GitHub
Install in Dash
DragPropertyName Enumeration Reference