93 lines
1.6 KiB
HTML
93 lines
1.6 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of GraphicsX11</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>GraphicsX11</H1>
|
|
Section: OCaml library (3o)<BR>Updated: 2020-01-30<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
GraphicsX11 - Additional graphics primitives for the X Windows system.
|
|
<A NAME="lbAC"> </A>
|
|
<H2>Module</H2>
|
|
|
|
Module GraphicsX11
|
|
<A NAME="lbAD"> </A>
|
|
<H2>Documentation</H2>
|
|
|
|
<P>
|
|
Module
|
|
<B>GraphicsX11</B>
|
|
|
|
<BR> :
|
|
<B>sig end</B>
|
|
|
|
<P>
|
|
<P>
|
|
Additional graphics primitives for the X Windows system.
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>type window_id </I>
|
|
|
|
=
|
|
<B>string</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val window_id </I>
|
|
|
|
:
|
|
<B>unit -> window_id</B>
|
|
|
|
<P>
|
|
Return the unique identifier of the OCaml graphics window.
|
|
The returned string is an unsigned 32 bits integer
|
|
in decimal form.
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val open_subwindow </I>
|
|
|
|
:
|
|
<B>x:int -> y:int -> width:int -> height:int -> window_id</B>
|
|
|
|
<P>
|
|
Create a sub-window of the current OCaml graphics window
|
|
and return its identifier.
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val close_subwindow </I>
|
|
|
|
:
|
|
<B>window_id -> unit</B>
|
|
|
|
<P>
|
|
Close the sub-window having the given identifier.
|
|
<P>
|
|
<P>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">Module</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">Documentation</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:45 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|