1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>gtk.Layout</title><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><link rel="home" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="up" href="gtk-class-reference.html" title="The gtk Class Reference"><link rel="previous" href="class-gtklabel.html" title="gtk.Label"><link rel="next" href="class-gtkliststore.html" title="gtk.ListStore"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gtk.Layout</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-gtklabel.html">Prev</a></td><th width="60%" align="center">The gtk Class Reference</th><td width="20%" align="right"><a accesskey="n" href="class-gtkliststore.html">Next</a></td></tr></table><hr></div><div class="refentry" lang="en"><a name="class-gtklayout"></a><div class="titlepage"><div></div><div></div></div><div class="refnamediv"><h2>gtk.Layout</h2><p>gtk.Layout — infinite scrollable area containing child widgets and custom
drawing</p></div><div class="refsect1" lang="en"><a name="id3457077"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">gtk.Layout</span></span>(<span class="ooclass"><span class="classname"><a href="class-gtkcontainer.html" title="gtk.Container">gtk.Container</a></span></span>):
<code class="constructorsynopsis"> <span class="methodname"><a href="class-gtklayout.html#constructor-gtklayout" title="Constructor">gtk.Layout</a></span>(<span class="methodparam"><span class="parameter"><b class="parameter"><tt>hadjustment</tt></b></span><span class="initializer">=None</span></span>, <span class="methodparam"><span class="parameter"><b class="parameter"><tt>vadjustment</tt></b></span><span class="initializer">=None</span></span>)</code><br><code class="methodsynopsis"> def <span class="methodname"><a href="class-gtklayout.html#method-gtklayout--put" title="gtk.Layout.put">put</a></span>(<span class="methodparam"><span class="parameter"><b class="parameter"><tt>child_widget</tt></b></span></span>, <span class="methodparam"><span class="parameter"><b class="parameter"><tt>x</tt></b></span></span>, <span class="methodparam"><span class="parameter"><b class="parameter"><tt>y</tt></b></span></span>)</code><br><code class="methodsynopsis"> def <span class="methodname"><a href="class-gtklayout.html#method-gtklayout--move" title="gtk.Layout.move">move</a></span>(<span class="methodparam"><span class="parameter"><b class="parameter"><tt>child_widget</tt></b></span></span>, <span class="methodparam"><span class="parameter"><b class="parameter"><tt>x</tt></b></span></span>, <span class="methodparam"><span class="parameter"><b class="parameter"><tt>y</tt></b></span></span>)</code><br><code class="methodsynopsis"> def <span class="methodname"><a href="class-gtklayout.html#method-gtklayout--set-size" title="gtk.Layout.set_size">set_size</a></span>(<span class="methodparam"><span class="parameter"><b class="parameter"><tt>width</tt></b></span></span>, <span class="methodparam"><span class="parameter"><b class="parameter"><tt>height</tt></b></span></span>)</code><br><code class="methodsynopsis"> def <span class="methodname"><a href="class-gtklayout.html#method-gtklayout--get-size" title="gtk.Layout.get_size">get_size</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis"> def <span class="methodname"><a href="class-gtklayout.html#method-gtklayout--get-hadjustment" title="gtk.Layout.get_hadjustment">get_hadjustment</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis"> def <span class="methodname"><a href="class-gtklayout.html#method-gtklayout--get-vadjustment" title="gtk.Layout.get_vadjustment">get_vadjustment</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis"> def <span class="methodname"><a href="class-gtklayout.html#method-gtklayout--set-hadjustment" title="gtk.Layout.set_hadjustment">set_hadjustment</a></span>(<span class="methodparam"><span class="parameter"><b class="parameter"><tt>adjustment</tt></b></span></span>)</code><br><code class="methodsynopsis"> def <span class="methodname"><a href="class-gtklayout.html#method-gtklayout--set-vadjustment" title="gtk.Layout.set_vadjustment">set_vadjustment</a></span>(<span class="methodparam"><span class="parameter"><b class="parameter"><tt>adjustment</tt></b></span></span>)</code><br></pre></td></tr></table></div><div class="refsect1" lang="en"><a name="id3457289"></a><h2>Ancestry</h2><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="synopsis">+-- <a href="class-gobject.html" title="gobject.GObject">gobject.GObject</a>
+-- <a href="class-gtkobject.html" title="gtk.Object">gtk.Object</a>
+-- <a href="class-gtkwidget.html" title="gtk.Widget">gtk.Widget</a>
+-- <a href="class-gtkcontainer.html" title="gtk.Container">gtk.Container</a>
+-- <a href="class-gtklayout.html" title="gtk.Layout">gtk.Layout</a>
</pre></td></tr></table></div><div class="refsect1" lang="en"><a name="id3457325"></a><h2>Properties</h2><div class="blockquote"><table width="100%" border="0" bgcolor="#E0E0E0"><tr><td valign="top"><div class="informaltable"><table width="100%" border="0"><colgroup><col><col><col></colgroup><tbody><tr valign="top"><td valign="top">"hadjustment"</td><td valign="top">Read-Write</td><td valign="top">The <a href="class-gtkadjustment.html" title="gtk.Adjustment"><tt class="classname">gtk.Adjustment</tt></a>
for the horizontal position.</td></tr><tr valign="top"><td valign="top">"vadjustment"</td><td valign="top">Read-Write</td><td valign="top">The <a href="class-gtkadjustment.html" title="gtk.Adjustment"><tt class="classname">gtk.Adjustment</tt></a>
for the vertical position.</td></tr><tr valign="top"><td valign="top">"width"</td><td valign="top">Read-Write</td><td valign="top">the layout width</td></tr><tr valign="top"><td valign="top">"height"</td><td valign="top">Read-Write</td><td valign="top">the layout height</td></tr></tbody></table></div></td></tr></table></div></div><div class="refsect1" lang="en"><a name="id3457442"></a><h2>Child Properties</h2><div class="blockquote"><table width="100%" border="0" bgcolor="#E0E0E0"><tr><td valign="top"><div class="informaltable"><table width="100%" border="0"><colgroup><col><col><col></colgroup><tbody><tr valign="top"><td valign="top">"x"</td><td valign="top">Read-Write</td><td valign="top">the X position of the child</td></tr><tr valign="top"><td valign="top">"y"</td><td valign="top">Read-Write</td><td valign="top">the Y position of the child</td></tr></tbody></table></div></td></tr></table></div></div><div class="refsect1" lang="en"><a name="id3457517"></a><h2>Attributes</h2><div class="blockquote"><table width="100%" border="0" bgcolor="#E0E0E0"><tr><td valign="top"><div class="informaltable"><table width="100%" border="0"><colgroup><col><col><col></colgroup><tbody><tr valign="top"><td valign="top">"bin_window"</td><td valign="top">Read</td><td valign="top">the window of a layout to draw into</td></tr></tbody></table></div></td></tr></table></div></div><div class="refsect1" lang="en"><a name="id3457578"></a><h2>Signal Prototypes</h2><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><span class="term">"<a href="class-gtklayout.html#signal-gtklayout--set-scroll-adjustments" title='The "set-scroll-adjustments" gtk.Layout Signal'>set-scroll-adjustments</a>"</span></td><td><code class="methodsynopsis"> def <span class="methodname">callback</span>(<span class="methodparam"><span class="parameter"><i class="parameter"><tt>layout</tt></i></span></span>, <span class="methodparam"><span class="parameter"><i class="parameter"><tt>hadjustment</tt></i></span></span>, <span class="methodparam"><span class="parameter"><i class="parameter"><tt>vadjustment</tt></i></span></span>, <span class="methodparam"><span class="parameter"><i class="parameter"><tt>user_param1</tt></i></span></span>, <span class="methodparam"><span class="parameter"><i class="parameter"><tt>...</tt></i></span></span>)</code></td></tr></tbody></table></div><div class="refsect1" lang="en"><a name="id3457636"></a><h2>Description</h2><p>The <a href="class-gtklayout.html" title="gtk.Layout"><tt class="classname">gtk.Layout</tt></a> is a
simple container widget similar to the <a href="class-gtkfixed.html" title="gtk.Fixed"><tt class="classname">gtk.Fixed</tt></a> container
widget. Like the <a href="class-gtkfixed.html" title="gtk.Fixed"><tt class="classname">gtk.Fixed</tt></a> the <a href="class-gtklayout.html" title="gtk.Layout"><tt class="classname">gtk.Layout</tt></a> places a
child widget at a specific position within the container. The <a href="class-gtklayout.html" title="gtk.Layout"><tt class="classname">gtk.Layout</tt></a> offers
two features beyond the <a href="class-gtkfixed.html" title="gtk.Fixed"><tt class="classname">gtk.Fixed</tt></a>
widget:</p><div class="itemizedlist"><ul type="disc"><li>a very large width and height for the container - limited
by the size of an unsigned integer.</li><li>horizontal and vertical adjustments can be specified for
use with scrollbars, etc.</li></ul></div><p>The <a href="class-gtklayout.html" title="gtk.Layout"><tt class="classname">gtk.Layout</tt></a> can also
be drawn on similar to drawing on a <a href="class-gtkdrawingarea.html" title="gtk.DrawingArea"><tt class="classname">gtk.DrawingArea</tt></a>.
When handling expose events on a <a href="class-gtklayout.html" title="gtk.Layout"><tt class="classname">gtk.Layout</tt></a>, you must
draw to the window specified by the <tt class="literal">bin_window</tt> attribute
rather than the widget <tt class="literal">window</tt> attribute.</p></div><div class="refsect1" lang="en"><a name="constructor-gtklayout"></a><h2>Constructor</h2><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting"><code class="constructorsynopsis"> <span class="methodname">gtk.Layout</span>(<span class="methodparam"><span class="parameter"><b class="parameter"><tt>hadjustment</tt></b></span><span class="initializer">=None</span></span>, <span class="methodparam"><span class="parameter"><b class="parameter"><tt>vadjustment</tt></b></span><span class="initializer">=None</span></span>)</code></pre></td></tr></table><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><span class="term"><b class="parameter"><tt>hadjustment</tt></b>:</span></td><td>horizontal adjustment, or
<tt class="literal">None</tt></td></tr><tr><td><span class="term"><b class="parameter"><tt>vadjustment</tt></b>:</span></td><td>vertical adjustment, or
<tt class="literal">None</tt></td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span>:</span></td><td>a new <a href="class-gtklayout.html" title="gtk.Layout"><tt class="classname">gtk.Layout</tt></a></td></tr></tbody></table><p>Creates a new <a href="class-gtklayout.html" title="gtk.Layout"><tt class="classname">gtk.Layout</tt></a>. Usually
the <i class="parameter"><tt>hadjustment</tt></i> and
<i class="parameter"><tt>vadjustment</tt></i> arguments are not specified or are
specified as <tt class="literal">None</tt>, so that new adjustments are
created.</p></div><div class="refsect1" lang="en"><a name="id3457845"></a><h2>Methods</h2><div class="refsect2" lang="en"><a name="method-gtklayout--put"></a><h3>gtk.Layout.put</h3><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting"><code class="methodsynopsis"> def <span class="methodname">put</span>(<span class="methodparam"><span class="parameter"><b class="parameter"><tt>child_widget</tt></b></span></span>, <span class="methodparam"><span class="parameter"><b class="parameter"><tt>x</tt></b></span></span>, <span class="methodparam"><span class="parameter"><b class="parameter"><tt>y</tt></b></span></span>)</code></pre></td></tr></table><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><span class="term"><b class="parameter"><tt>child_widget</tt></b>:</span></td><td>the child widget</td></tr><tr><td><span class="term"><b class="parameter"><tt>x</tt></b>:</span></td><td>the X position of child
widget</td></tr><tr><td><span class="term"><b class="parameter"><tt>y</tt></b>:</span></td><td>the Y position of child
widget</td></tr></tbody></table><p>The <tt class="methodname">put</tt>() method adds
<i class="parameter"><tt>child_widget</tt></i> to the layout and places its upper, left
corner at the position specified by <i class="parameter"><tt>x</tt></i> and
<i class="parameter"><tt>y</tt></i>.</p></div><div class="refsect2" lang="en"><a name="method-gtklayout--move"></a><h3>gtk.Layout.move</h3><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting"><code class="methodsynopsis"> def <span class="methodname">move</span>(<span class="methodparam"><span class="parameter"><b class="parameter"><tt>child_widget</tt></b></span></span>, <span class="methodparam"><span class="parameter"><b class="parameter"><tt>x</tt></b></span></span>, <span class="methodparam"><span class="parameter"><b class="parameter"><tt>y</tt></b></span></span>)</code></pre></td></tr></table><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><span class="term"><b class="parameter"><tt>child_widget</tt></b>:</span></td><td>a current child of the
layout</td></tr><tr><td><span class="term"><b class="parameter"><tt>x</tt></b>:</span></td><td>the X position to move
<i class="parameter"><tt>child_widget</tt></i> to</td></tr><tr><td><span class="term"><b class="parameter"><tt>y</tt></b>:</span></td><td>the Y position to move
<i class="parameter"><tt>child_widget</tt></i> to</td></tr></tbody></table><p>The <tt class="methodname">move</tt>() method moves a current child
of the layout (specified by <i class="parameter"><tt>child_widget</tt></i>) to the new
position specified by <i class="parameter"><tt>x</tt></i> and <i class="parameter"><tt>y</tt></i>.
The upper, left corner of <i class="parameter"><tt>child_widget</tt></i> will be placed
at (<i class="parameter"><tt>x</tt></i>, <i class="parameter"><tt>y</tt></i>).</p></div><div class="refsect2" lang="en"><a name="method-gtklayout--set-size"></a><h3>gtk.Layout.set_size</h3><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting"><code class="methodsynopsis"> def <span class="methodname">set_size</span>(<span class="methodparam"><span class="parameter"><b class="parameter"><tt>width</tt></b></span></span>, <span class="methodparam"><span class="parameter"><b class="parameter"><tt>height</tt></b></span></span>)</code></pre></td></tr></table><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><span class="term"><b class="parameter"><tt>width</tt></b>:</span></td><td>width of the layout area</td></tr><tr><td><span class="term"><b class="parameter"><tt>height</tt></b>:</span></td><td>height of the layout area</td></tr></tbody></table><p>The <tt class="methodname">set_size</tt>() method sets the size of
the virtual area of the layout to the values specified by
<i class="parameter"><tt>width</tt></i> and <i class="parameter"><tt>height</tt></i>. The "width"
and "height" properties are also set by this method.</p></div><div class="refsect2" lang="en"><a name="method-gtklayout--get-size"></a><h3>gtk.Layout.get_size</h3><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting"><code class="methodsynopsis"> def <span class="methodname">get_size</span>(<span class="methodparam"></span>)</code></pre></td></tr></table><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span>:</span></td><td>a tuple containing the width and height set on
<i class="parameter"><tt>layout</tt></i></td></tr></tbody></table><p>The <tt class="methodname">get_size</tt>() method returns a tuple
that contains the width and height of the virtual size that has been set on
the layout. See <a href="class-gtklayout.html#method-gtklayout--set-size" title="gtk.Layout.set_size"><tt class="methodname">set_size</tt>()</a>.</p></div><div class="refsect2" lang="en"><a name="method-gtklayout--get-hadjustment"></a><h3>gtk.Layout.get_hadjustment</h3><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting"><code class="methodsynopsis"> def <span class="methodname">get_hadjustment</span>(<span class="methodparam"></span>)</code></pre></td></tr></table><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span>:</span></td><td>a horizontal adjustment</td></tr></tbody></table><p>The <tt class="methodname">get_hadjustment</tt>() method returns
the value of the "hadjustment" property that contains the horizontal
adjustment object associated with the layout. This function should only be
called after the layout has been placed in a <a href="class-gtkscrolledwindow.html" title="gtk.ScrolledWindow"><tt class="classname">gtk.ScrolledWindow</tt></a>
or has otherwise been configured for scrolling. See <a href="class-gtkscrolledwindow.html" title="gtk.ScrolledWindow"><tt class="classname">gtk.ScrolledWindow</tt></a>,
<a href="class-gtkscrollbar.html" title="gtk.Scrollbar"><tt class="classname">gtk.Scrollbar</tt></a>,
<a href="class-gtkadjustment.html" title="gtk.Adjustment"><tt class="classname">gtk.Adjustment</tt></a>
for details.</p></div><div class="refsect2" lang="en"><a name="method-gtklayout--get-vadjustment"></a><h3>gtk.Layout.get_vadjustment</h3><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting"><code class="methodsynopsis"> def <span class="methodname">get_vadjustment</span>(<span class="methodparam"></span>)</code></pre></td></tr></table><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span>:</span></td><td>a vertical adjustment</td></tr></tbody></table><p>The <tt class="methodname">get_vadjustment</tt>() method returns
the "vadjustment" property that contains the vertical adjustment object
associated with the layout. This function should only be called after the
layout has been placed in a <a href="class-gtkscrolledwindow.html" title="gtk.ScrolledWindow"><tt class="classname">gtk.ScrolledWindow</tt></a>
or has otherwise been configured for scrolling. See <a href="class-gtkscrolledwindow.html" title="gtk.ScrolledWindow"><tt class="classname">gtk.ScrolledWindow</tt></a>,
<a href="class-gtkscrollbar.html" title="gtk.Scrollbar"><tt class="classname">gtk.Scrollbar</tt></a>,
<a href="class-gtkadjustment.html" title="gtk.Adjustment"><tt class="classname">gtk.Adjustment</tt></a>
for details.</p></div><div class="refsect2" lang="en"><a name="method-gtklayout--set-hadjustment"></a><h3>gtk.Layout.set_hadjustment</h3><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting"><code class="methodsynopsis"> def <span class="methodname">set_hadjustment</span>(<span class="methodparam"><span class="parameter"><b class="parameter"><tt>adjustment</tt></b></span></span>)</code></pre></td></tr></table><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><span class="term"><b class="parameter"><tt>adjustment</tt></b>:</span></td><td>a horizontal adjustment</td></tr></tbody></table><p>The <tt class="methodname">set_hadjustment</tt>() method sets the
horizontal adjustment for the layout (and the "hadjustment" property) to the
value of <i class="parameter"><tt>adjustment</tt></i>. See <a href="class-gtkscrolledwindow.html" title="gtk.ScrolledWindow"><tt class="classname">gtk.ScrolledWindow</tt></a>,
<a href="class-gtkscrollbar.html" title="gtk.Scrollbar"><tt class="classname">gtk.Scrollbar</tt></a>,
<a href="class-gtkadjustment.html" title="gtk.Adjustment"><tt class="classname">gtk.Adjustment</tt></a>
for details.</p></div><div class="refsect2" lang="en"><a name="method-gtklayout--set-vadjustment"></a><h3>gtk.Layout.set_vadjustment</h3><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting"><code class="methodsynopsis"> def <span class="methodname">set_vadjustment</span>(<span class="methodparam"><span class="parameter"><b class="parameter"><tt>adjustment</tt></b></span></span>)</code></pre></td></tr></table><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><span class="term"><b class="parameter"><tt>adjustment</tt></b>:</span></td><td>a vertical adjustment</td></tr></tbody></table><p>The <tt class="methodname">set_vadjustment</tt>() method sets the
vertical adjustment for the layout (and the "vadjustment" property) to the
value of <i class="parameter"><tt>adjustment</tt></i>. See <a href="class-gtkscrolledwindow.html" title="gtk.ScrolledWindow"><tt class="classname">gtk.ScrolledWindow</tt></a>,
<a href="class-gtkscrollbar.html" title="gtk.Scrollbar"><tt class="classname">gtk.Scrollbar</tt></a>,
<a href="class-gtkadjustment.html" title="gtk.Adjustment"><tt class="classname">gtk.Adjustment</tt></a>
for details.</p></div></div><div class="refsect1" lang="en"><a name="id3458493"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="signal-gtklayout--set-scroll-adjustments"></a><h3>The "set-scroll-adjustments" gtk.Layout Signal</h3><table border="0" bgcolor="#E0E0E0" width="100%"><tr><td><pre class="programlisting"><code class="methodsynopsis"> def <span class="methodname">callback</span>(<span class="methodparam"><span class="parameter"><i class="parameter"><tt>layout</tt></i></span></span>, <span class="methodparam"><span class="parameter"><i class="parameter"><tt>hadjustment</tt></i></span></span>, <span class="methodparam"><span class="parameter"><i class="parameter"><tt>vadjustment</tt></i></span></span>, <span class="methodparam"><span class="parameter"><i class="parameter"><tt>user_param1</tt></i></span></span>, <span class="methodparam"><span class="parameter"><i class="parameter"><tt>...</tt></i></span></span>)</code></pre></td></tr></table><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><span class="term"><i class="parameter"><tt>layout</tt></i>:</span></td><td>the layout that received the
signal</td></tr><tr><td><span class="term"><i class="parameter"><tt>hadjustment</tt></i>:</span></td><td>the horizontal adjustment associated with the
layout.</td></tr><tr><td><span class="term"><i class="parameter"><tt>vadjustment</tt></i>:</span></td><td>the horizontal adjustment associated with the
layout.</td></tr><tr><td><span class="term"><i class="parameter"><tt>user_param1</tt></i>:</span></td><td>the first user parameter (if any) specified
with the <a href="class-gobject.html#method-gobject--connect" title="gobject.GObject.connect"><tt class="methodname">connect</tt>()</a>
method</td></tr><tr><td><span class="term"><i class="parameter"><tt>...</tt></i>:</span></td><td>additional user parameters (if
any)</td></tr></tbody></table><p>The "set-scroll-adjustments" signal is emitted when one of the
adjustments associated with a layout is changed.</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="class-gtklabel.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="gtk-class-reference.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="class-gtkliststore.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gtk.Label</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">gtk.ListStore</td></tr></table></div></body></html>
|