package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Wrappers.Gesture_click

type t = [ `gesture_click | `gesture_single | `gesture | `event_controller | `object_ ] Gobject.obj
val new_ : unit -> t

Create a new GestureClick

val on_pressed : ?after:bool -> t -> callback:(n_press:int -> x:float -> y:float -> unit) -> Gobject.Signal.handler_id
val on_released : ?after:bool -> t -> callback:(n_press:int -> x:float -> y:float -> unit) -> Gobject.Signal.handler_id
val on_stopped : ?after:bool -> t -> callback:(unit -> unit) -> Gobject.Signal.handler_id