Sophie

Sophie

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

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="next" href="GtkWindow.Dialog.html">
<link rel="Up" href="GtkWindow.html">
<title>LablGTK : GtkWindow.Window</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="GtkWindow.html">Up</a>
&nbsp;<a href="GtkWindow.Dialog.html">Next</a>
</div>
<center><h1>Module <a href="type_GtkWindow.Window.html">GtkWindow.Window</a></h1></center>
<br>
<pre><span class="keyword">module</span> Window: <code class="code">sig</code> <a href="GtkWindow.Window.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">include</span> <a href="GtkBaseProps.Window.html">GtkBaseProps.Window</a></pre>
<pre><span class="keyword">val</span> <a name="VALset_wmclass"></a>set_wmclass : <code class="type">[> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> name:string -> clas:string -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_wmclass_name"></a>get_wmclass_name : <code class="type">[> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> string</code></pre><pre><span class="keyword">val</span> <a name="VALget_wmclass_class"></a>get_wmclass_class : <code class="type">[> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> string</code></pre><pre><span class="keyword">val</span> <a name="VALadd_accel_group"></a>add_accel_group : <code class="type">[> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEaccel_group">Gtk.accel_group</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALremove_accel_group"></a>remove_accel_group : <code class="type">[> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEaccel_group">Gtk.accel_group</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALactivate_focus"></a>activate_focus : <code class="type">[> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALactivate_default"></a>activate_default : <code class="type">[> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALset_geometry_hints"></a>set_geometry_hints : <code class="type">[> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -><br>       ?pos:bool -><br>       ?min_size:int * int -><br>       ?max_size:int * int -><br>       ?base_size:int * int -><br>       ?aspect:float * float -><br>       ?resize_inc:int * int -><br>       ?win_gravity:<a href="Gdk.Tags.html#TYPEgravity">Gdk.Tags.gravity</a> -><br>       ?user_pos:bool -> ?user_size:bool -> [> `widget ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALlist_toplevels"></a>list_toplevels : <code class="type">unit -> <a href="Gtk.html#TYPEwindow">Gtk.window</a> <a href="Gtk.html#TYPEobj">Gtk.obj</a> list</code></pre><pre><span class="keyword">val</span> <a name="VALadd_mnemonic"></a>add_mnemonic : <code class="type">[> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gdk.html#TYPEkeysym">Gdk.keysym</a> -> [> `widget ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALremove_mnemonic"></a>remove_mnemonic : <code class="type">[> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gdk.html#TYPEkeysym">Gdk.keysym</a> -> [> `widget ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALactivate_mnemonic"></a>activate_mnemonic : <code class="type">[> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> ?modi:<a href="Gdk.Tags.html#TYPEmodifier">Gdk.Tags.modifier</a> list -> <a href="Gdk.html#TYPEkeysym">Gdk.keysym</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_focus"></a>get_focus : <code class="type">[> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEwidget">Gtk.widget</a> <a href="Gtk.html#TYPEobj">Gtk.obj</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_focus"></a>set_focus : <code class="type">[> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> [> `widget ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_default"></a>set_default : <code class="type">[> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> [> `widget ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_wmclass"></a>set_wmclass : <code class="type">?name:string -> ?clas:string -> [> `window ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre></body></html>