Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 52de77497bcc7eeecefbc04c7f2db81a > files > 41

ocaml-cairo-devel-1.2.0-0.8.git08b40192975.fc18.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Cairo_ft.html">
<link rel="next" href="Pango_cairo.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Cairo" rel="Chapter" href="Cairo.html">
<link title="Cairo_bigarray" rel="Chapter" href="Cairo_bigarray.html">
<link title="Cairo_png" rel="Chapter" href="Cairo_png.html">
<link title="Cairo_pdf" rel="Chapter" href="Cairo_pdf.html">
<link title="Cairo_ps" rel="Chapter" href="Cairo_ps.html">
<link title="Cairo_ft" rel="Chapter" href="Cairo_ft.html">
<link title="Cairo_lablgtk" rel="Chapter" href="Cairo_lablgtk.html">
<link title="Pango_cairo" rel="Chapter" href="Pango_cairo.html"><title>Cairo-ocaml : Cairo_lablgtk</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Cairo_ft.html" title="Cairo_ft">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Pango_cairo.html" title="Pango_cairo">Next</a>
</div>
<h1>Module <a href="type_Cairo_lablgtk.html">Cairo_lablgtk</a></h1>
<pre><span class="keyword">module</span> Cairo_lablgtk: <code class="code">sig</code> <a href="Cairo_lablgtk.html">..</a> <code class="code">end</code></pre><div class="info">
GTK/Cairo integration<br>
</div>
<hr width="100%">
<br>
These functions are available with GTK+ 2.8. 
<p>

    cf. <a href="http://developer.gnome.org/doc/API/2.0/gdk/gdk-Cairo-Interaction.html">Cairo Interaction</a> in the GDK Reference Manual.<br>
<pre><span id="VALcreate"><span class="keyword">val</span> create</span> : <code class="type">[> `drawable ] Gobject.obj -> <a href="Cairo.html#TYPEt">Cairo.t</a></code></pre><pre><span id="VALset_source_color"><span class="keyword">val</span> set_source_color</span> : <code class="type"><a href="Cairo.html#TYPEt">Cairo.t</a> -> Gdk.color -> unit</code></pre><pre><span id="VALrectangle"><span class="keyword">val</span> rectangle</span> : <code class="type"><a href="Cairo.html#TYPEt">Cairo.t</a> -> Gdk.Rectangle.t -> unit</code></pre><pre><span id="VALregion"><span class="keyword">val</span> region</span> : <code class="type"><a href="Cairo.html#TYPEt">Cairo.t</a> -> Gdk.region -> unit</code></pre><pre><span id="VALset_source_pixbuf"><span class="keyword">val</span> set_source_pixbuf</span> : <code class="type"><a href="Cairo.html#TYPEt">Cairo.t</a> -> GdkPixbuf.pixbuf -> float -> float -> unit</code></pre></body></html>