1GraphicsX11(3) OCaml library GraphicsX11(3)
2
3
4
6 GraphicsX11 - Additional graphics primitives for the X Windows system.
7
9 Module GraphicsX11
10
12 Module GraphicsX11
13 : sig end
14
15
16 Additional graphics primitives for the X Windows system.
17
18
19
20
21
22 type window_id = string
23
24
25
26
27
28 val window_id : unit -> window_id
29
30 Return the unique identifier of the OCaml graphics window. The
31 returned string is an unsigned 32 bits integer in decimal form.
32
33
34
35 val open_subwindow : x:int -> y:int -> width:int -> height:int -> win‐
36 dow_id
37
38 Create a sub-window of the current OCaml graphics window and return its
39 identifier.
40
41
42
43 val close_subwindow : window_id -> unit
44
45 Close the sub-window having the given identifier.
46
47
48
49
50
51OCamldoc 2019-02-02 GraphicsX11(3)