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

@ -107,22 +107,22 @@
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><span class="type">gfloat</span></td>
<td class="property_type"><span class="type">float</span></td>
<td class="property_name"><a class="link" href="GtkAlignment.html#GtkAlignment--xalign" title="The “xalign” property">xalign</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><span class="type">gfloat</span></td>
<td class="property_type"><span class="type">float</span></td>
<td class="property_name"><a class="link" href="GtkAlignment.html#GtkAlignment--xscale" title="The “xscale” property">xscale</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><span class="type">gfloat</span></td>
<td class="property_type"><span class="type">float</span></td>
<td class="property_name"><a class="link" href="GtkAlignment.html#GtkAlignment--yalign" title="The “yalign” property">yalign</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><span class="type">gfloat</span></td>
<td class="property_type"><span class="type">float</span></td>
<td class="property_name"><a class="link" href="GtkAlignment.html#GtkAlignment--yscale" title="The “yscale” property">yscale</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -510,7 +510,7 @@ padding on the left.</p>
<hr>
<div class="refsect2">
<a name="GtkAlignment--xalign"></a><h3>The <code class="literal">“xalign”</code> property</h3>
<pre class="programlisting"> “xalign” <span class="type">gfloat</span></pre>
<pre class="programlisting"> “xalign” <span class="type">float</span></pre>
<p>Horizontal position of child in available space. A value of 0.0
will flush the child left (or right, in RTL locales); a value
of 1.0 will flush the child right (or left, in RTL locales).</p>
@ -526,7 +526,7 @@ of 1.0 will flush the child right (or left, in RTL locales).</p>
<hr>
<div class="refsect2">
<a name="GtkAlignment--xscale"></a><h3>The <code class="literal">“xscale”</code> property</h3>
<pre class="programlisting"> “xscale” <span class="type">gfloat</span></pre>
<pre class="programlisting"> “xscale” <span class="type">float</span></pre>
<p>If available horizontal space is bigger than needed, how much
of it to use for the child. A value of 0.0 means none; a value
of 1.0 means all.</p>
@ -542,7 +542,7 @@ of 1.0 means all.</p>
<hr>
<div class="refsect2">
<a name="GtkAlignment--yalign"></a><h3>The <code class="literal">“yalign”</code> property</h3>
<pre class="programlisting"> “yalign” <span class="type">gfloat</span></pre>
<pre class="programlisting"> “yalign” <span class="type">float</span></pre>
<p>Vertical position of child in available space. A value of 0.0
will flush the child to the top; a value of 1.0 will flush the
child to the bottom.</p>
@ -558,7 +558,7 @@ child to the bottom.</p>
<hr>
<div class="refsect2">
<a name="GtkAlignment--yscale"></a><h3>The <code class="literal">“yscale”</code> property</h3>
<pre class="programlisting"> “yscale” <span class="type">gfloat</span></pre>
<pre class="programlisting"> “yscale” <span class="type">float</span></pre>
<p>If available vertical space is bigger than needed, how much
of it to use for the child. A value of 0.0 means none; a value
of 1.0 means all.</p>