New upstream version 3.24.22

This commit is contained in:
Simon McVittie
2020-08-12 10:52:42 +01:00
680 changed files with 105720 additions and 105508 deletions

View File

@ -80,12 +80,12 @@ widgets at fixed coordinates</p>
</colgroup>
<tbody>
<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="GtkFixed.html#GtkFixed--c-x" title="The “x” child property">x</a></td>
<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="GtkFixed.html#GtkFixed--c-y" title="The “y” child property">y</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -270,7 +270,7 @@ gtk_fixed_move (<em class="parameter"><code><a class="link" href="GtkFixed.html"
<a name="GtkFixed.child-property-details"></a><h2>Child Property Details</h2>
<div class="refsect2">
<a name="GtkFixed--c-x"></a><h3>The <code class="literal">“x”</code> child property</h3>
<pre class="programlisting"> “x” <span class="type">gint</span></pre>
<pre class="programlisting"> “x” <span class="type">int</span></pre>
<p>X position of child widget.</p>
<p>Owner: GtkFixed</p>
<p>Flags: Read / Write</p>
@ -279,7 +279,7 @@ gtk_fixed_move (<em class="parameter"><code><a class="link" href="GtkFixed.html"
<hr>
<div class="refsect2">
<a name="GtkFixed--c-y"></a><h3>The <code class="literal">“y”</code> child property</h3>
<pre class="programlisting"> “y” <span class="type">gint</span></pre>
<pre class="programlisting"> “y” <span class="type">int</span></pre>
<p>Y position of child widget.</p>
<p>Owner: GtkFixed</p>
<p>Flags: Read / Write</p>