23 method map
: bool -> unit
25 method visible
: visiblestate
-> unit
26 method reshape
: int -> int -> unit
27 method mouse
: int -> bool -> int -> int -> int -> unit
28 method motion
: int -> int -> unit
29 method pmotion
: int -> int -> unit
30 method key
: int -> int -> unit
31 method enter
: int -> int -> unit
33 method winstate
: winstate list
-> unit
37 val setcursor
: cursor
-> unit;;
38 val settitle
: string -> unit;;
39 val swapb
: unit -> unit;;
40 val readresp
: Unix.file_descr
-> unit;;
41 val init
: t
-> int -> int -> int
42 -> Utils.platform
-> Unix.file_descr
* int * int;;
43 val fullscreen
: unit -> unit;;
44 val reshape
: int -> int -> unit;;
45 val activatewin
: unit -> unit;;
46 val mapwin
: unit -> unit;;
47 val withalt
: int -> bool;;
48 val withctrl
: int -> bool;;
49 val withshift
: int -> bool;;
50 val withmeta
: int -> bool;;
51 val withnone
: int -> bool;;
56 val keyname
: int -> string;;
57 val namekey
: string -> int;;