DropPropertyName
public enum DropPropertyName : String, PropertyNameProtocol
Undocumented
-
The possible actions for this drop
Declaration
Swift
case actions = "actions" -
The
GdkDeviceperforming the dropDeclaration
Swift
case device = "device" -
The
GdkDisplaythat the drop belongs to.Declaration
Swift
case display = "display" -
The
GdkDragthat initiated this dropDeclaration
Swift
case drag = "drag" -
The possible formats that the drop can provide its data in.
Declaration
Swift
case formats = "formats" -
The
GdkSurfacethe drop happens onDeclaration
Swift
case surface = "surface"
View on GitHub
Install in Dash
DropPropertyName Enumeration Reference