package ocaml-base-compiler

  1. Overview
  2. Docs
Official 4.06.0 release

Install

Dune Dependency

Authors

Maintainers

Sources

4.06.0.tar.gz
sha256=011879c913e8f988ecdac020b205e2baa4023052efed25013bdb9a6b0d5c6a80
md5=4f3906e581181c5435078ffe3e485e3f

doc/graphics/GraphicsX11/index.html

Module GraphicsX11

Additional graphics primitives for the X Windows system.

type window_id = string
val window_id : unit -> window_id

Return the unique identifier of the OCaml graphics window. The returned string is an unsigned 32 bits integer in decimal form.

val open_subwindow : x:int -> y:int -> width:int -> height:int -> window_id

Create a sub-window of the current OCaml graphics window and return its identifier.

val close_subwindow : window_id -> unit

Close the sub-window having the given identifier.

OCaml

Innovation. Community. Security.