New upstream version 3.24.14

This commit is contained in:
Simon McVittie
2020-02-29 14:17:40 +00:00
543 changed files with 330694 additions and 808714 deletions

View File

@ -8,7 +8,7 @@
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
<link rel="prev" href="GtkVPaned.html" title="GtkVPaned">
<link rel="next" href="GtkHSeparator.html" title="GtkHSeparator">
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
<meta name="generator" content="GTK-Doc V1.32.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -39,8 +39,8 @@
<a name="GtkTable.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
<col width="150px" class="functions_proto_type">
<col class="functions_proto_name">
</colgroup>
<tbody>
<tr>
@ -233,7 +233,7 @@
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a class="link" href="GtkTable.html#GtkAttachOptions" title="enum GtkAttachOptions"><span class="type">GtkAttachOptions</span></a></td>
<td class="property_type"><span class="type">GtkAttachOptions</span></td>
<td class="property_name"><a class="link" href="GtkTable.html#GtkTable--c-x-options" title="The “x-options” child property">x-options</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -243,7 +243,7 @@
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a class="link" href="GtkTable.html#GtkAttachOptions" title="enum GtkAttachOptions"><span class="type">GtkAttachOptions</span></a></td>
<td class="property_type"><span class="type">GtkAttachOptions</span></td>
<td class="property_name"><a class="link" href="GtkTable.html#GtkTable--c-y-options" title="The “y-options” child property">y-options</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -259,17 +259,17 @@
<a name="GtkTable.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
<col width="150px" class="other_proto_type">
<col class="other_proto_name">
</colgroup>
<tbody>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="GtkTable.html#GtkTable-struct" title="struct GtkTable">GtkTable</a></td>
<td class="function_name">GtkTable</td>
</tr>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a class="link" href="GtkTable.html#GtkAttachOptions" title="enum GtkAttachOptions">GtkAttachOptions</a></td>
<td class="function_name">GtkAttachOptions</td>
</tr>
</tbody>
</table></div>
@ -463,8 +463,8 @@ gtk_table_attach (<em class="parameter"><code><a class="link" href="GtkTable.htm
<em class="parameter"><code><span class="type">guint</span> right_attach</code></em>,
<em class="parameter"><code><span class="type">guint</span> top_attach</code></em>,
<em class="parameter"><code><span class="type">guint</span> bottom_attach</code></em>,
<em class="parameter"><code><a class="link" href="GtkTable.html#GtkAttachOptions" title="enum GtkAttachOptions"><span class="type">GtkAttachOptions</span></a> xoptions</code></em>,
<em class="parameter"><code><a class="link" href="GtkTable.html#GtkAttachOptions" title="enum GtkAttachOptions"><span class="type">GtkAttachOptions</span></a> yoptions</code></em>,
<em class="parameter"><code><span class="type">GtkAttachOptions</span> xoptions</code></em>,
<em class="parameter"><code><span class="type">GtkAttachOptions</span> yoptions</code></em>,
<em class="parameter"><code><span class="type">guint</span> xpadding</code></em>,
<em class="parameter"><code><span class="type">guint</span> ypadding</code></em>);</pre>
<div class="warning">
@ -490,11 +490,11 @@ and row numbers of the table. (Columns and rows are indexed from zero).</p>
3
4
5</pre></td>
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="GtkTable.html#gtk-table-attach">gtk_table_attach</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">table</span><span class="symbol">,</span><span class="normal"> button</span><span class="symbol">,</span>
<span class="normal"> </span><span class="number">1</span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> </span><span class="comment">// left, right attach</span>
<span class="normal"> </span><span class="number">1</span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> </span><span class="comment">// top, bottom attach</span>
<span class="normal"> xoptions</span><span class="symbol">,</span><span class="normal"> yoptions</span><span class="symbol">,</span>
<span class="normal"> xpadding</span><span class="symbol">,</span><span class="normal"> ypadding</span><span class="symbol">);</span></pre></td>
<td class="listing_code"><pre class="programlisting"><span class="n">gtk_table_attach</span> <span class="p">(</span><span class="n">table</span><span class="p">,</span> <span class="n">button</span><span class="p">,</span>
<span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="c1">// left, right attach</span>
<span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="c1">// top, bottom attach</span>
<span class="n">xoptions</span><span class="p">,</span> <span class="n">yoptions</span><span class="p">,</span>
<span class="n">xpadding</span><span class="p">,</span> <span class="n">ypadding</span><span class="p">);</span></pre></td>
</tr>
</tbody>
</table>
@ -584,7 +584,7 @@ gtk_table_attach_defaults (<em class="parameter"><code><a class="link" href="Gtk
</div>
<p>As there are many options associated with <a class="link" href="GtkTable.html#gtk-table-attach" title="gtk_table_attach ()"><code class="function">gtk_table_attach()</code></a>, this convenience
function provides the programmer with a means to add children to a table with
identical padding and expansion options. The values used for the <a class="link" href="GtkTable.html#GtkAttachOptions" title="enum GtkAttachOptions"><span class="type">GtkAttachOptions</span></a>
identical padding and expansion options. The values used for the <span class="type">GtkAttachOptions</span>
are <code class="literal">GTK_EXPAND | GTK_FILL</code>, and the padding is set to 0.</p>
<div class="refsect3">
<a name="gtk-table-attach-defaults.parameters"></a><h4>Parameters</h4>
@ -1006,58 +1006,12 @@ the spacing that will be used for newly added columns.
</div>
</div>
<div class="refsect1">
<a name="GtkTable.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GtkTable-struct"></a><h3>struct GtkTable</h3>
<pre class="programlisting">struct GtkTable;</pre>
</div>
<hr>
<div class="refsect2">
<a name="GtkAttachOptions"></a><h3>enum GtkAttachOptions</h3>
<p>Denotes the expansion properties that a widget will have when it (or its
parent) is resized.</p>
<div class="refsect3">
<a name="GtkAttachOptions.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="enum_members_name">
<col class="enum_members_description">
<col width="200px" class="enum_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="enum_member_name"><p><a name="GTK-EXPAND:CAPS"></a>GTK_EXPAND</p></td>
<td class="enum_member_description">
<p>the widget should expand to take up any extra space in its
container that has been allocated.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-SHRINK:CAPS"></a>GTK_SHRINK</p></td>
<td class="enum_member_description">
<p>the widget should shrink as and when possible.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-FILL:CAPS"></a>GTK_FILL</p></td>
<td class="enum_member_description">
<p>the widget should fill the space allocated to it.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="refsect1">
<a name="GtkTable.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GtkTable--column-spacing"></a><h3>The <code class="literal">“column-spacing”</code> property</h3>
<pre class="programlisting"> “column-spacing” <span class="type">guint</span></pre>
<p>The amount of space between two consecutive columns.</p>
<p>Owner: GtkTable</p>
<p>Flags: Read / Write</p>
<p>Allowed values: &lt;= 65535</p>
<p>Default value: 0</p>
@ -1067,6 +1021,7 @@ container that has been allocated.</p>
<a name="GtkTable--homogeneous"></a><h3>The <code class="literal">“homogeneous”</code> property</h3>
<pre class="programlisting"> “homogeneous” <span class="type">gboolean</span></pre>
<p>If TRUE, the table cells are all the same width/height.</p>
<p>Owner: GtkTable</p>
<p>Flags: Read / Write</p>
<p>Default value: FALSE</p>
</div>
@ -1075,6 +1030,7 @@ container that has been allocated.</p>
<a name="GtkTable--n-columns"></a><h3>The <code class="literal">“n-columns”</code> property</h3>
<pre class="programlisting"> “n-columns” <span class="type">guint</span></pre>
<p>The number of columns in the table.</p>
<p>Owner: GtkTable</p>
<p>Flags: Read / Write</p>
<p>Allowed values: [1,65535]</p>
<p>Default value: 1</p>
@ -1084,6 +1040,7 @@ container that has been allocated.</p>
<a name="GtkTable--n-rows"></a><h3>The <code class="literal">“n-rows”</code> property</h3>
<pre class="programlisting"> “n-rows” <span class="type">guint</span></pre>
<p>The number of rows in the table.</p>
<p>Owner: GtkTable</p>
<p>Flags: Read / Write</p>
<p>Allowed values: [1,65535]</p>
<p>Default value: 1</p>
@ -1093,6 +1050,7 @@ container that has been allocated.</p>
<a name="GtkTable--row-spacing"></a><h3>The <code class="literal">“row-spacing”</code> property</h3>
<pre class="programlisting"> “row-spacing” <span class="type">guint</span></pre>
<p>The amount of space between two consecutive rows.</p>
<p>Owner: GtkTable</p>
<p>Flags: Read / Write</p>
<p>Allowed values: &lt;= 65535</p>
<p>Default value: 0</p>
@ -1104,6 +1062,7 @@ container that has been allocated.</p>
<a name="GtkTable--c-bottom-attach"></a><h3>The <code class="literal">“bottom-attach”</code> child property</h3>
<pre class="programlisting"> “bottom-attach” <span class="type">guint</span></pre>
<p>The row number to attach the bottom of the child to.</p>
<p>Owner: GtkTable</p>
<p>Flags: Read / Write</p>
<p>Allowed values: [1,65535]</p>
<p>Default value: 1</p>
@ -1113,6 +1072,7 @@ container that has been allocated.</p>
<a name="GtkTable--c-left-attach"></a><h3>The <code class="literal">“left-attach”</code> child property</h3>
<pre class="programlisting"> “left-attach” <span class="type">guint</span></pre>
<p>The column number to attach the left side of the child to.</p>
<p>Owner: GtkTable</p>
<p>Flags: Read / Write</p>
<p>Allowed values: &lt;= 65535</p>
<p>Default value: 0</p>
@ -1122,6 +1082,7 @@ container that has been allocated.</p>
<a name="GtkTable--c-right-attach"></a><h3>The <code class="literal">“right-attach”</code> child property</h3>
<pre class="programlisting"> “right-attach” <span class="type">guint</span></pre>
<p>The column number to attach the right side of a child widget to.</p>
<p>Owner: GtkTable</p>
<p>Flags: Read / Write</p>
<p>Allowed values: [1,65535]</p>
<p>Default value: 1</p>
@ -1131,6 +1092,7 @@ container that has been allocated.</p>
<a name="GtkTable--c-top-attach"></a><h3>The <code class="literal">“top-attach”</code> child property</h3>
<pre class="programlisting"> “top-attach” <span class="type">guint</span></pre>
<p>The row number to attach the top of a child widget to.</p>
<p>Owner: GtkTable</p>
<p>Flags: Read / Write</p>
<p>Allowed values: &lt;= 65535</p>
<p>Default value: 0</p>
@ -1138,8 +1100,9 @@ container that has been allocated.</p>
<hr>
<div class="refsect2">
<a name="GtkTable--c-x-options"></a><h3>The <code class="literal">“x-options”</code> child property</h3>
<pre class="programlisting"> “x-options” <a class="link" href="GtkTable.html#GtkAttachOptions" title="enum GtkAttachOptions"><span class="type">GtkAttachOptions</span></a></pre>
<pre class="programlisting"> “x-options” <span class="type">GtkAttachOptions</span></pre>
<p>Options specifying the horizontal behaviour of the child.</p>
<p>Owner: GtkTable</p>
<p>Flags: Read / Write</p>
<p>Default value: GTK_EXPAND | GTK_FILL</p>
</div>
@ -1148,6 +1111,7 @@ container that has been allocated.</p>
<a name="GtkTable--c-x-padding"></a><h3>The <code class="literal">“x-padding”</code> child property</h3>
<pre class="programlisting"> “x-padding” <span class="type">guint</span></pre>
<p>Extra space to put between the child and its left and right neighbors, in pixels.</p>
<p>Owner: GtkTable</p>
<p>Flags: Read / Write</p>
<p>Allowed values: &lt;= 65535</p>
<p>Default value: 0</p>
@ -1155,8 +1119,9 @@ container that has been allocated.</p>
<hr>
<div class="refsect2">
<a name="GtkTable--c-y-options"></a><h3>The <code class="literal">“y-options”</code> child property</h3>
<pre class="programlisting"> “y-options” <a class="link" href="GtkTable.html#GtkAttachOptions" title="enum GtkAttachOptions"><span class="type">GtkAttachOptions</span></a></pre>
<pre class="programlisting"> “y-options” <span class="type">GtkAttachOptions</span></pre>
<p>Options specifying the vertical behaviour of the child.</p>
<p>Owner: GtkTable</p>
<p>Flags: Read / Write</p>
<p>Default value: GTK_EXPAND | GTK_FILL</p>
</div>
@ -1165,6 +1130,7 @@ container that has been allocated.</p>
<a name="GtkTable--c-y-padding"></a><h3>The <code class="literal">“y-padding”</code> child property</h3>
<pre class="programlisting"> “y-padding” <span class="type">guint</span></pre>
<p>Extra space to put between the child and its upper and lower neighbors, in pixels.</p>
<p>Owner: GtkTable</p>
<p>Flags: Read / Write</p>
<p>Allowed values: &lt;= 65535</p>
<p>Default value: 0</p>
@ -1176,6 +1142,6 @@ container that has been allocated.</p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.29</div>
<hr>Generated by GTK-Doc V1.32.1</div>
</body>
</html>