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 GdkEvents that the controller will handle.

    Declaration

    Swift

    case widget = "widget"
  • If non-nil, the gesture will only listen for events that happen on this GdkWindow, or a child of it.

    Declaration

    Swift

    case window = "window"