Sophie

Sophie

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

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="GtkData.AccelMap.html">
<link rel="next" href="GtkData.Adjustment.html">
<link rel="Up" href="GtkData.html">
<title>LablGTK : GtkData.Style</title>
</head>
<body>
<div class="navbar"><a href="GtkData.AccelMap.html">Previous</a>
&nbsp;<a href="GtkData.html">Up</a>
&nbsp;<a href="GtkData.Adjustment.html">Next</a>
</div>
<center><h1>Module <a href="type_GtkData.Style.html">GtkData.Style</a></h1></center>
<br>
<pre><span class="keyword">module</span> Style: <code class="code">sig</code> <a href="GtkData.Style.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">val</span> <a name="VALcreate"></a>create : <code class="type">unit -> <a href="Gtk.html#TYPEstyle">Gtk.style</a></code></pre><pre><span class="keyword">val</span> <a name="VALcopy"></a>copy : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.html#TYPEstyle">Gtk.style</a></code></pre><pre><span class="keyword">val</span> <a name="VALattach"></a>attach : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gdk.html#TYPEwindow">Gdk.window</a> -> <a href="Gtk.html#TYPEstyle">Gtk.style</a></code></pre><pre><span class="keyword">val</span> <a name="VALdetach"></a>detach : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_window_background"></a>set_window_background : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gdk.html#TYPEwindow">Gdk.window</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALdraw_hline"></a>draw_hline : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -><br>       <a href="Gdk.html#TYPEwindow">Gdk.window</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> x:int -> x:int -> y:int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALdraw_vline"></a>draw_vline : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -><br>       <a href="Gdk.html#TYPEwindow">Gdk.window</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> y:int -> y:int -> x:int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_bg"></a>get_bg : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> <a href="Gdk.html#TYPEcolor">Gdk.color</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_bg"></a>set_bg : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> <a href="Gdk.html#TYPEcolor">Gdk.color</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_fg"></a>get_fg : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> <a href="Gdk.html#TYPEcolor">Gdk.color</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_fg"></a>set_fg : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> <a href="Gdk.html#TYPEcolor">Gdk.color</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_light"></a>get_light : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> <a href="Gdk.html#TYPEcolor">Gdk.color</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_light"></a>set_light : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> <a href="Gdk.html#TYPEcolor">Gdk.color</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_dark"></a>get_dark : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> <a href="Gdk.html#TYPEcolor">Gdk.color</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_dark"></a>set_dark : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> <a href="Gdk.html#TYPEcolor">Gdk.color</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_mid"></a>get_mid : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> <a href="Gdk.html#TYPEcolor">Gdk.color</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_mid"></a>set_mid : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> <a href="Gdk.html#TYPEcolor">Gdk.color</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_base"></a>get_base : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> <a href="Gdk.html#TYPEcolor">Gdk.color</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_base"></a>set_base : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> <a href="Gdk.html#TYPEcolor">Gdk.color</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_text"></a>get_text : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> <a href="Gdk.html#TYPEcolor">Gdk.color</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_text"></a>set_text : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a> -> <a href="Gdk.html#TYPEcolor">Gdk.color</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_colormap"></a>get_colormap : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gdk.html#TYPEcolormap">Gdk.colormap</a></code></pre><pre><span class="keyword">val</span> <a name="VALget_font"></a>get_font : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gdk.html#TYPEfont">Gdk.font</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_font"></a>set_font : <code class="type"><a href="Gtk.html#TYPEstyle">Gtk.style</a> -> <a href="Gdk.html#TYPEfont">Gdk.font</a> -> unit</code></pre></body></html>