GestureZoomPropertyName
public enum GestureZoomPropertyName : String, PropertyNameProtocol
Undocumented
-
The number of touch points that trigger recognition on this gesture,
Declaration
Swift
case nPoints = "n-points" -
The propagation phase at which this controller will handle events.
Declaration
Swift
case propagationPhase = "propagation-phase" -
The widget receiving the
GdkEventsthat the controller will handle.Declaration
Swift
case widget = "widget" -
If non-
nil, the gesture will only listen for events that happen on thisGdkWindow, or a child of it.Declaration
Swift
case window = "window"
View on GitHub
Install in Dash
GestureZoomPropertyName Enumeration Reference