Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > e0521f28751d07a87e3a3d6c7d15a1ac > files > 1255

libgtkmm2.0_1-devel-2.2.1-2mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Gtk::Table class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
    <td width="10%" height="40"><img src="../../images/gtkmm_logo.gif" alt="logo" border="0" width="100%" height="100%"/></td>
    <td width="90%" height="40"><img src="../../images/top.gif" alt="top" width="100%" height="40"/></td>
</tr>
</table>
<center>
  <a class="qindex" href="../../index.html">Main Page</a> &nbsp;
  <a href="group__Widgets.html">Widgets</a> &nbsp;
  <a class="qindex" href="namespaces.html"> Namespaces</a> &nbsp;
  <a href="../../tutorial/html/index.html"> Book</a> &nbsp;
</center>
<hr width="100%"/>

<!-- Generated by Doxygen 1.3-rc1 -->
<h1>Gtk::Table Class Reference<br>
<small>
[<a class="el" href="group__Widgets.html">Widgets</a>,&nbsp;<a class="el" href="group__Containers.html">Container Widgets</a>]</small>
</h1>Pack widgets in regular patterns. 
<a href="#_details">More...</a>
<p>
Inheritance diagram for Gtk::Table:<p><center><img src="classGtk_1_1Table__inherit__graph.png" border="0" usemap="#Gtk_1_1Table__inherit__map" alt="Inheritance graph"></center>
<map name="Gtk_1_1Table__inherit__map">
<area href="classGtk_1_1Container.html" shape="rect" coords="13,294,109,313" alt="">
<area href="classGtk_1_1Widget.html" shape="rect" coords="23,225,100,244" alt="">
<area href="classGtk_1_1Object.html" shape="rect" coords="23,156,100,174" alt="">
<area href="classGlib_1_1Object.html" shape="rect" coords="21,86,101,105" alt="">
<area href="classGlib_1_1ObjectBase.html" shape="rect" coords="7,17,116,36" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classGtk_1_1Table-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Public Types</h2></td></tr>
<tr><td nowrap align=right valign=top>typedef Table_Helpers::TableList&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#s0">TableList</a></td></tr>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a0">~Table</a> ()</td></tr>
<tr><td nowrap align=right valign=top>GtkTable*&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a1">gobj</a> ()</td></tr>
<tr><td nowrap align=right valign=top>const GtkTable*&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a2">gobj</a> () const</td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a3">Table</a> (guint n_rows=1, guint n_columns=1, bool homogeneous=false)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a4">attach</a> (<a class="el" href="classGtk_1_1Widget.html">Widget</a>&amp; child, guint left_attach, guint right_attach, guint top_attach, guint bottom_attach, <a class="el" href="group__gtkmmEnums.html#a64">AttachOptions</a> xoptions=FILL|EXPAND, <a class="el" href="group__gtkmmEnums.html#a64">AttachOptions</a> yoptions=FILL|EXPAND, guint xpadding=0, guint ypadding=0)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a5">resize</a> (guint rows, guint columns)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a6">set_row_spacing</a> (guint row, guint spacing)</td></tr>
<tr><td nowrap align=right valign=top>guint&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a7">get_row_spacing</a> (guint row) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Gets the amount of space between row <em>row</em> , and row <em>row</em> + 1.</em> <a href="#a7"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a8">set_col_spacing</a> (guint column, guint spacing)</td></tr>
<tr><td nowrap align=right valign=top>guint&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a9">get_col_spacing</a> (guint column) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Gets the amount of space between column <em>col</em> , and column <em>col</em> + 1.</em> <a href="#a9"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a10">set_row_spacings</a> (guint spacing)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a11">set_col_spacings</a> (guint spacing)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a12">set_spacings</a> (guint spacing)</td></tr>
<tr><td nowrap align=right valign=top>guint&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a13">get_default_row_spacing</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Gets the default row spacing for the table.</em> <a href="#a13"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>guint&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a14">get_default_col_spacing</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Gets the default column spacing for the table.</em> <a href="#a14"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a15">set_homogeneous</a> (bool homogeneous=true)</td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a16">get_homogeneous</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns whether the table cells are all constrained to the same width and height.</em> <a href="#a16"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classGtk_1_1Table.html#s0">TableList</a>&amp;&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a17">children</a> ()</td></tr>
<tr><td nowrap align=right valign=top>const <a class="el" href="classGtk_1_1Table.html#s0">TableList</a>&amp;&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a18">children</a> () const</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;guint&gt;&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a19">property_n_rows</a> ()</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;guint&gt;&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a20">property_n_columns</a> ()</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;guint&gt;&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a21">property_column_spacing</a> ()</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;guint&gt;&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#a22">property_row_spacing</a> ()</td></tr>
<tr><td colspan=2><br><h2>Related Functions</h2></td></tr>
<tr><td colspan=2>(Note that these are not member functions.)<br><br></td></tr>
<tr><td nowrap align=right valign=top>Gtk::Table*&nbsp;</td><td valign=bottom><a class="el" href="classGtk_1_1Table.html#k0">wrap</a> (GtkTable* object, bool take_copy=false)</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Pack widgets in regular patterns.
<p>
Gtk::Table is one of the primary ways of grouping widgets together. It consists of a set of lattice points to to which widgets can be attached. There are <em>rows</em>&nbsp;+&nbsp;1 lattice points vertically and <em>columns</em>&nbsp;+&nbsp;1 lattice points horizontally. Lattice points start counting from 0. Lattice points can either be specified to be <em>homogeneous</em>, meaning equally spaced, or not <em>homogeneous</em>, meaning each cell should be calculated based on the widgets contained in the row and column. The <em>homogeneous</em> property defaults to false.
<p>
Widgets can be attached to the table by specifying the top, bottom, left and right points corresponding to upper, lefthand lattice point and the lower, righthand lattice point which the widget should span. Widgets can either be contained in a cell or may span cells. A number of options control the resizing behavior of widgets contained in the table.
<p>
<dl compact><dt><b>Table sizing:</b></dt><dd>There are a number of packing options that can be specified when adding a widget. With <code><a class="el" href="group__gtkmmEnums.html#a64a51">Gtk::EXPAND</a></code>, the lattice is allowed to grow to fill space. With <code><a class="el" href="group__gtkmmEnums.html#a64a52">Gtk::SHRINK</a></code>, the lattice is allowed to shrink when resized. It is also possible to specify the behaviour of the widgets allocation within the table. The flag <code><a class="el" href="group__gtkmmEnums.html#a64a53">Gtk::FILL</a></code> declares the widget should grow to fill lattice. If this is not set any extra space is used as padding. The default is <code>(Gtk::FILL&nbsp;|&nbsp;Gtk::EXPAND)</code>.
<p>
The table size is calculated based on the size of the widgets contained within and the restrictions imposed by specified options. Padding and spacing can be used in the table. Padding is added on either side of a widget, while spacing is placed between widgets.</dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classGtk_1_1HBox.html">Gtk::HBox</a>, <a class="el" href="classGtk_1_1VBox.html">Gtk::VBox</a> </dd></dl>

<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="Gtk::Table::TableList"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef Table_Helpers::TableList Gtk::Table::TableList
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="Gtk::Table::~Table"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual Gtk::Table::~Table </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a3" doxytag="Gtk::Table::Table"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> Gtk::Table::Table </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>n_rows</em> = 1, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>n_columns</em> = 1, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>homogeneous</em> = false</td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [explicit]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a4" doxytag="Gtk::Table::attach"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gtk::Table::attach </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top"><a class="el" href="classGtk_1_1Widget.html">Widget</a>&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>child</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>left_attach</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>right_attach</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>top_attach</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>bottom_attach</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="group__gtkmmEnums.html#a64">AttachOptions</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>xoptions</em> = FILL|EXPAND, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="group__gtkmmEnums.html#a64">AttachOptions</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>yoptions</em> = FILL|EXPAND, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>xpadding</em> = 0, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>ypadding</em> = 0</td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a18" doxytag="Gtk::Table::children"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> const <a class="el" href="classGtk_1_1Table.html#s0">TableList</a>&amp; Gtk::Table::children </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a17" doxytag="Gtk::Table::children"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classGtk_1_1Table.html#s0">TableList</a>&amp; Gtk::Table::children </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a9" doxytag="Gtk::Table::get_col_spacing"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> guint Gtk::Table::get_col_spacing </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">guint&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>column</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Gets the amount of space between column <em>col</em> , and column <em>col</em> + 1.
<p>
See <a class="el" href="classGtk_1_1Table.html#a8">set_col_spacing()</a>. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>column</em>&nbsp;</td><td>A column in the table, 0 indicates the first column. </td></tr>
  </table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>The column spacing. </dd></dl>
    </td>
  </tr>
</table>
<a name="a14" doxytag="Gtk::Table::get_default_col_spacing"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> guint Gtk::Table::get_default_col_spacing </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Gets the default column spacing for the table.
<p>
This is the spacing that will be used for newly added columns. (See set_col_spacings()) <dl compact><dt><b>Returns:</b></dt><dd>Value: the default column spacing. </dd></dl>
    </td>
  </tr>
</table>
<a name="a13" doxytag="Gtk::Table::get_default_row_spacing"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> guint Gtk::Table::get_default_row_spacing </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Gets the default row spacing for the table.
<p>
This is the spacing that will be used for newly added rows. (See set_row_spacings()) <dl compact><dt><b>Returns:</b></dt><dd>Value: the default row spacing. </dd></dl>
    </td>
  </tr>
</table>
<a name="a16" doxytag="Gtk::Table::get_homogeneous"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool Gtk::Table::get_homogeneous </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Returns whether the table cells are all constrained to the same width and height.
<p>
(See gtk_table_set_homogenous()) <dl compact><dt><b>Returns:</b></dt><dd><code>true</code> if the cells are all constrained to the same size. </dd></dl>
    </td>
  </tr>
</table>
<a name="a7" doxytag="Gtk::Table::get_row_spacing"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> guint Gtk::Table::get_row_spacing </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">guint&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>row</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Gets the amount of space between row <em>row</em> , and row <em>row</em> + 1.
<p>
See <a class="el" href="classGtk_1_1Table.html#a6">set_row_spacing()</a>. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign=top><em>row</em>&nbsp;</td><td>A row in the table, 0 indicates the first row. </td></tr>
  </table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>The row spacing. </dd></dl>
    </td>
  </tr>
</table>
<a name="a2" doxytag="Gtk::Table::gobj"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> const GtkTable* Gtk::Table::gobj </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Reimplemented from <a class="el" href="classGtk_1_1Container.html#a2">Gtk::Container</a>.    </td>
  </tr>
</table>
<a name="a1" doxytag="Gtk::Table::gobj"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> GtkTable* Gtk::Table::gobj </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Reimplemented from <a class="el" href="classGtk_1_1Container.html#a1">Gtk::Container</a>.    </td>
  </tr>
</table>
<a name="a21" doxytag="Gtk::Table::property_column_spacing"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;guint&gt; Gtk::Table::property_column_spacing </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a20" doxytag="Gtk::Table::property_n_columns"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;guint&gt; Gtk::Table::property_n_columns </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a19" doxytag="Gtk::Table::property_n_rows"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;guint&gt; Gtk::Table::property_n_rows </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a22" doxytag="Gtk::Table::property_row_spacing"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;guint&gt; Gtk::Table::property_row_spacing </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a5" doxytag="Gtk::Table::resize"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gtk::Table::resize </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>rows</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>columns</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a8" doxytag="Gtk::Table::set_col_spacing"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gtk::Table::set_col_spacing </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>column</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>spacing</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a11" doxytag="Gtk::Table::set_col_spacings"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gtk::Table::set_col_spacings </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">guint&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>spacing</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a15" doxytag="Gtk::Table::set_homogeneous"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gtk::Table::set_homogeneous </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>homogeneous</em> = true          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a6" doxytag="Gtk::Table::set_row_spacing"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gtk::Table::set_row_spacing </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>row</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>guint&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>spacing</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a10" doxytag="Gtk::Table::set_row_spacings"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gtk::Table::set_row_spacings </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">guint&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>spacing</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a12" doxytag="Gtk::Table::set_spacings"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Gtk::Table::set_spacings </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">guint&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>spacing</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr><h2>Friends And Related Function Documentation</h2>
<a name="k0" doxytag="Gtk::Table::wrap"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> Gtk::Table* wrap </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">GtkTable*&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>object</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>bool&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>take_copy</em> = false</td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"><code> [related]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="gtk_2gtkmm_2table_8h.html">gtk/gtkmm/table.h</a></ul>
<hr><address><small>
Generated for gtkmm by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.3-rc1 &copy;&nbsp;1997-2001</small></address>
</body>
</html>