New upstream version 3.23.2
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GtkTable: GTK+ 3 Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
||||
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
||||
<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.27 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -287,7 +287,7 @@
|
||||
<a name="GtkTable.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GtkTable implements
|
||||
AtkImplementor and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
||||
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkTable.includes"></a><h2>Includes</h2>
|
||||
@ -481,13 +481,25 @@ specified by <em class="parameter"><code>left_attach</code></em>
|
||||
These each represent the leftmost, rightmost, uppermost and lowest column
|
||||
and row numbers of the table. (Columns and rows are indexed from zero).</p>
|
||||
<p>To make a button occupy the lower right cell of a 2x2 table, use</p>
|
||||
<div class="informalexample"><pre class="programlisting">
|
||||
gtk_table_attach (table, button,
|
||||
1, 2, // left, right attach
|
||||
1, 2, // top, bottom attach
|
||||
xoptions, yoptions,
|
||||
xpadding, ypadding);
|
||||
</pre></div>
|
||||
<div class="informalexample">
|
||||
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="listing_lines" align="right"><pre>1
|
||||
2
|
||||
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>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
If you want to make the button span the entire bottom row, use <em class="parameter"><code>left_attach</code></em>
|
||||
== 0 and <em class="parameter"><code>right_attach</code></em>
|
||||
@ -1164,6 +1176,6 @@ container that has been allocated.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.27</div>
|
||||
<hr>Generated by GTK-Doc V1.28</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user