Sophie

Sophie

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

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="GPack.button_box.html">
<link rel="next" href="GPack.fixed.html">
<link rel="Up" href="GPack.html">
<title>LablGTK : GPack.table</title>
</head>
<body>
<div class="navbar"><a href="GPack.button_box.html">Previous</a>
&nbsp;<a href="GPack.html">Up</a>
&nbsp;<a href="GPack.fixed.html">Next</a>
</div>
<center><h1>Class <a href="type_GPack.table.html">GPack.table</a></h1></center>
<br>
<pre><span class="keyword">class</span> <a name="TYPEtable"></a>table : <code class="type"><a href="Gtk.html#TYPEtable">Gtk.table</a> <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> </code><code class="code">object</code> <a href="GPack.table.html">..</a> <code class="code">end</code></pre>Pack widgets in regular patterns<br>
<small>GTK documentation:&nbsp;<a href="file:///usr/share/gtk-doc/html/gtk/GtkTable.html">GtkTable</a></small><br><b>Inherits</b><ul>
<li><a href="GContainer.container_full.html"><code class="code">GContainer.container_full</code></a></li>
</ul>
<hr width="100%">
<pre><span class="keyword">val</span> <a name="ATTobj"></a>obj : <code class="type"><a href="Gtk.html#TYPEtable">Gtk.table</a> <a href="Gtk.html#TYPEobj">Gtk.obj</a></code></pre><pre><span class="keyword">method</span> <a name="METHODattach"></a>attach : <code class="type">left:int -><br>       top:int -><br>       ?right:int -><br>       ?bottom:int -><br>       ?expand:<a href="Gtk.Tags.html#TYPEexpand_type">Gtk.Tags.expand_type</a> -><br>       ?fill:<a href="Gtk.Tags.html#TYPEexpand_type">Gtk.Tags.expand_type</a> -><br>       ?shrink:<a href="Gtk.Tags.html#TYPEexpand_type">Gtk.Tags.expand_type</a> -><br>       ?xpadding:int -> ?ypadding:int -> <a href="GObj.widget.html">GObj.widget</a> -> unit</code></pre><div class="info">
</div>
<div class="param_info"><code class="code">left</code> : column number to attach the left side of the widget to</div>
<div class="param_info"><code class="code">top</code> : row number to attach the top of the widget to</div>
<div class="param_info"><code class="code">right</code> : default value is <code class="code">left+1</code></div>
<div class="param_info"><code class="code">bottom</code> : default value is <code class="code">top+1</code></div>
<div class="param_info"><code class="code">expand</code> : default value is <code class="code">`NONE</code></div>
<div class="param_info"><code class="code">fill</code> : default value is <code class="code">`BOTH</code></div>
<div class="param_info"><code class="code">shrink</code> : default value is <code class="code">`NONE</code></div>
<pre><span class="keyword">method</span> <a name="METHODcol_spacings"></a>col_spacings : <code class="type">int</code></pre><pre><span class="keyword">method</span> <a name="METHODcolumns"></a>columns : <code class="type">int</code></pre><pre><span class="keyword">method</span> <a name="METHODhomogeneous"></a>homogeneous : <code class="type">bool</code></pre><pre><span class="keyword">method</span> <a name="METHODrow_spacings"></a>row_spacings : <code class="type">int</code></pre><pre><span class="keyword">method</span> <a name="METHODrows"></a>rows : <code class="type">int</code></pre><pre><span class="keyword">method</span> <a name="METHODset_col_spacing"></a>set_col_spacing : <code class="type">int -> int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_col_spacings"></a>set_col_spacings : <code class="type">int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_columns"></a>set_columns : <code class="type">int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_homogeneous"></a>set_homogeneous : <code class="type">bool -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_row_spacing"></a>set_row_spacing : <code class="type">int -> int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_row_spacings"></a>set_row_spacings : <code class="type">int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_rows"></a>set_rows : <code class="type">int -> unit</code></pre></body></html>