New upstream version 3.24.18
This commit is contained in:
@ -59,7 +59,7 @@
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="datatype_keyword">struct</td>
|
||||
<td class="function_name">GtkHButtonBox</td>
|
||||
<td class="function_name"><a class="link" href="GtkHButtonBox.html#GtkHButtonBox-struct" title="struct GtkHButtonBox">GtkHButtonBox</a></td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
@ -112,7 +112,7 @@ arrangement and layout of the buttons can be changed with
|
||||
gtk_hbutton_box_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gtk_hbutton_box_new</code> has been deprecated since version 3.2 and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="GtkButtonBox.html#gtk-button-box-new" title="gtk_button_box_new ()"><code class="function">gtk_button_box_new()</code></a> with <a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GTK-ORIENTATION-HORIZONTAL:CAPS"><code class="literal">GTK_ORIENTATION_HORIZONTAL</code></a> instead</p>
|
||||
<p>Use <a class="link" href="GtkButtonBox.html#gtk-button-box-new" title="gtk_button_box_new ()"><code class="function">gtk_button_box_new()</code></a> with <a class="link" href="gtk3-Standard-Enumerations.html#GTK-ORIENTATION-HORIZONTAL:CAPS"><code class="literal">GTK_ORIENTATION_HORIZONTAL</code></a> instead</p>
|
||||
</div>
|
||||
<p>Creates a new horizontal button box.</p>
|
||||
<div class="refsect3">
|
||||
@ -122,6 +122,13 @@ gtk_hbutton_box_new (<em class="parameter"><code><span class="type">void</span><
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkHButtonBox.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkHButtonBox-struct"></a><h3>struct GtkHButtonBox</h3>
|
||||
<pre class="programlisting">struct GtkHButtonBox;</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkHButtonBox.see-also"></a><h2>See Also</h2>
|
||||
<p><a class="link" href="GtkBox.html" title="GtkBox"><span class="type">GtkBox</span></a>, <a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a>, <a class="link" href="GtkVButtonBox.html" title="GtkVButtonBox"><span class="type">GtkVButtonBox</span></a></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user