|
Module GraphicsX11module GraphicsX11:
Additional graphics primitives for the X Windows system.
type window_id =
val window_id :
Return the unique identifier of the Caml graphics window.
The returned string is an unsigned 32 bits integer
in decimal form.
val open_subwindow :
Create a sub-window of the current Caml graphics window
and return its identifier.
val close_subwindow :
Close the sub-window having the given identifier.
|