DragSourcePropertyName
public enum DragSourcePropertyName : String, PropertyNameProtocol
Undocumented
-
The actions that are supported by drag operations from the source.
Note that you must handle the [signal
Gtk.DragSource::drag-end
] signal if the actions includeGDK_ACTION_MOVE
.Declaration
Swift
case actions = "actions"
-
Mouse button number to listen to, or 0 to listen for any button.
Declaration
Swift
case button = "button"
-
The data that is offered by drag operations from this source.
Declaration
Swift
case content = "content"
-
Whether the gesture is exclusive.
Exclusive gestures only listen to pointer and pointer emulated events.
Declaration
Swift
case exclusive = "exclusive"
-
The number of touch points that trigger recognition on this gesture.
Declaration
Swift
case nPoints = "n-points"
-
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"
-
Whether the gesture handles only touch events.
Declaration
Swift
case touchOnly = "touch-only"
-
The widget receiving the
GdkEvents
that the controller will handle.Declaration
Swift
case widget = "widget"