package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Gesture_single/class-gesture_single/index.html

Class Gesture_single.gesture_single

inherit Ocgtk_gtk__.GGesture.gesture_t
method get_button : unit -> int
method get_current_button : unit -> int
method get_current_sequence : unit -> Ocgtk_gdk.Gdk.Event_sequence.event_sequence_t option
method get_exclusive : unit -> bool
method get_touch_only : unit -> bool
method set_button : int -> unit
method set_exclusive : bool -> unit
method set_touch_only : bool -> unit
method as_gesture_single : Ocgtk_gtk__.Gesture_single.t