Gjsify LogoGjsify Logo

Interface GestureSingle_ConstructProps

Hierarchy

Index

Properties

button?: number

Mouse button number to listen to, or 0 to listen for any button.

exclusive?: boolean

Whether the gesture is exclusive. Exclusive gestures only listen to pointer and pointer emulated events.

n_points?: number

The number of touch points that trigger recognition on this gesture,

propagation_phase?: Gtk.PropagationPhase

The propagation phase at which this controller will handle events.

touch_only?: boolean

Whether the gesture handles only touch events.

widget?: Gtk.Widget

The widget receiving the #GdkEvents that the controller will handle.

window?: Gdk.Window

If non-%NULL, the gesture will only listen for events that happen on this #GdkWindow, or a child of it.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method