24 method map
: bool -> unit
26 method visible
: visiblestate
-> unit
27 method reshape
: int -> int -> unit
28 method mouse
: int -> bool -> int -> int -> int -> unit
29 method motion
: int -> int -> unit
30 method pmotion
: int -> int -> unit
31 method key
: int -> int -> unit
32 method enter
: int -> int -> unit
34 method winstate
: winstate list
-> unit
36 method scroll
: int -> int -> unit
37 method zoom
: float -> int -> int -> unit
38 method opendoc
: string -> unit
41 val setcursor
: cursor
-> unit;;
42 val settitle
: string -> unit;;
43 val swapb
: unit -> unit;;
44 val readresp
: Unix.file_descr
-> unit;;
45 val init
: t
-> int -> int -> Utils.platform
-> Unix.file_descr
* int * int;;
46 val fullscreen
: unit -> unit;;
47 val reshape
: int -> int -> unit;;
48 val activatewin
: unit -> unit;;
49 val mapwin
: unit -> unit;;
50 val withalt
: int -> bool;;
51 val withctrl
: int -> bool;;
52 val withshift
: int -> bool;;
53 val withmeta
: int -> bool;;
54 val withnone
: int -> bool;;
59 val keyname
: int -> string;;
60 val namekey
: string -> int;;
61 val fontsizefactor
: unit -> int;;
62 val kc2kt
: int -> Keys.t
;;