package lablgtk3

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

Module GdkEvent.ButtonSource

Sourcetype types = [
  1. | `BUTTON_PRESS
  2. | `TWO_BUTTON_PRESS
  3. | `THREE_BUTTON_PRESS
  4. | `BUTTON_RELEASE
]
Sourceval cast : any -> t
Sourceval time : [< timed ] Gdk.event -> int32
Sourceval x : t -> float
Sourceval y : t -> float
Sourceval axes : t -> (float * float) option
Sourceval state : t -> int
Sourceval button : t -> int
Sourceval device : t -> Gdk.device
Sourceval x_root : t -> float
Sourceval y_root : t -> float
Sourceval set_type : t -> [< types ] -> unit
Sourceval set_button : t -> int -> unit
OCaml

Innovation. Community. Security.