DropPropertyName
public enum DropPropertyName : String, PropertyNameProtocol
Undocumented
-
The possible actions for this drop
Declaration
Swift
case actions = "actions"
-
The
GdkDevice
performing the dropDeclaration
Swift
case device = "device"
-
The
GdkDisplay
that the drop belongs to.Declaration
Swift
case display = "display"
-
The
GdkDrag
that initiated this dropDeclaration
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 onDeclaration
Swift
case surface = "surface"