Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 0be7620be6a1578fbd49765844864a01 > files > 304

ocaml-lablgtk2-doc-2.14.0-2mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="Start" href="index.html">
<link rel="previous" href="Gdk.PointArray.html">
<link rel="next" href="Gdk.GC.html">
<link rel="Up" href="Gdk.html">
<title>LablGTK : Gdk.Region</title>
</head>
<body>
<div class="navbar"><a href="Gdk.PointArray.html">Previous</a>
&nbsp;<a href="Gdk.html">Up</a>
&nbsp;<a href="Gdk.GC.html">Next</a>
</div>
<center><h1>Module <a href="type_Gdk.Region.html">Gdk.Region</a></h1></center>
<br>
<pre><span class="keyword">module</span> Region: <code class="code">sig</code> <a href="Gdk.Region.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">type</span> <a name="TYPEgdkFillRule"></a><code class="type"></code>gdkFillRule = <code class="type">[ `EVEN_ODD_RULE | `WINDING_RULE ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEgdkOverlapType"></a><code class="type"></code>gdkOverlapType = <code class="type">[ `IN | `OUT | `PART ]</code> </pre>

<pre><span class="keyword">val</span> <a name="VALcreate"></a>create : <code class="type">unit -> <a href="Gdk.html#TYPEregion">Gdk.region</a></code></pre><pre><span class="keyword">val</span> <a name="VALdestroy"></a>destroy : <code class="type"><a href="Gdk.html#TYPEregion">Gdk.region</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALpolygon"></a>polygon : <code class="type">(int * int) list -> <a href="Gdk.Region.html#TYPEgdkFillRule">gdkFillRule</a> -> <a href="Gdk.html#TYPEregion">Gdk.region</a></code></pre><pre><span class="keyword">val</span> <a name="VALintersect"></a>intersect : <code class="type"><a href="Gdk.html#TYPEregion">Gdk.region</a> -> <a href="Gdk.html#TYPEregion">Gdk.region</a> -> <a href="Gdk.html#TYPEregion">Gdk.region</a></code></pre><pre><span class="keyword">val</span> <a name="VALunion"></a>union : <code class="type"><a href="Gdk.html#TYPEregion">Gdk.region</a> -> <a href="Gdk.html#TYPEregion">Gdk.region</a> -> <a href="Gdk.html#TYPEregion">Gdk.region</a></code></pre><pre><span class="keyword">val</span> <a name="VALsubtract"></a>subtract : <code class="type"><a href="Gdk.html#TYPEregion">Gdk.region</a> -> <a href="Gdk.html#TYPEregion">Gdk.region</a> -> <a href="Gdk.html#TYPEregion">Gdk.region</a></code></pre><pre><span class="keyword">val</span> <a name="VALxor"></a>xor : <code class="type"><a href="Gdk.html#TYPEregion">Gdk.region</a> -> <a href="Gdk.html#TYPEregion">Gdk.region</a> -> <a href="Gdk.html#TYPEregion">Gdk.region</a></code></pre><pre><span class="keyword">val</span> <a name="VALunion_with_rect"></a>union_with_rect : <code class="type"><a href="Gdk.html#TYPEregion">Gdk.region</a> -> <a href="Gdk.Rectangle.html#TYPEt">Gdk.Rectangle.t</a> -> <a href="Gdk.html#TYPEregion">Gdk.region</a></code></pre><pre><span class="keyword">val</span> <a name="VALoffset"></a>offset : <code class="type"><a href="Gdk.html#TYPEregion">Gdk.region</a> -> x:int -> y:int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALshrink"></a>shrink : <code class="type"><a href="Gdk.html#TYPEregion">Gdk.region</a> -> x:int -> y:int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALempty"></a>empty : <code class="type"><a href="Gdk.html#TYPEregion">Gdk.region</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALequal"></a>equal : <code class="type"><a href="Gdk.html#TYPEregion">Gdk.region</a> -> <a href="Gdk.html#TYPEregion">Gdk.region</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALpoint_in"></a>point_in : <code class="type"><a href="Gdk.html#TYPEregion">Gdk.region</a> -> x:int -> y:int -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALrect_in"></a>rect_in : <code class="type"><a href="Gdk.html#TYPEregion">Gdk.region</a> -> <a href="Gdk.Rectangle.html#TYPEt">Gdk.Rectangle.t</a> -> <a href="Gdk.Region.html#TYPEgdkOverlapType">gdkOverlapType</a></code></pre><pre><span class="keyword">val</span> <a name="VALget_clipbox"></a>get_clipbox : <code class="type"><a href="Gdk.html#TYPEregion">Gdk.region</a> -> <a href="Gdk.Rectangle.html#TYPEt">Gdk.Rectangle.t</a> -> unit</code></pre></body></html>