New upstream version 3.24.22
This commit is contained in:
@ -178,7 +178,7 @@
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkBox.html#GtkBox--spacing" title="The “spacing” property">spacing</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -215,7 +215,7 @@
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkBox.html#GtkBox--c-position" title="The “position” child property">position</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -975,7 +975,7 @@ of space.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkBox--spacing"></a><h3>The <code class="literal">“spacing”</code> property</h3>
|
||||
<pre class="programlisting"> “spacing” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “spacing” <span class="type">int</span></pre>
|
||||
<p>The amount of space between children.</p>
|
||||
<p>Owner: GtkBox</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
@ -1038,7 +1038,7 @@ widgets, by setting the paddings corresponding to the box’s orientation.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkBox--c-position"></a><h3>The <code class="literal">“position”</code> child property</h3>
|
||||
<pre class="programlisting"> “position” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “position” <span class="type">int</span></pre>
|
||||
<p>The index of the child in the parent.</p>
|
||||
<p>Owner: GtkBox</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
|
||||
Reference in New Issue
Block a user