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

@ -66,28 +66,28 @@
<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="GtkCellRendererProgress.html#GtkCellRendererProgress--pulse" title="The “pulse” property">pulse</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type">
<span class="type">gchar</span> *</td>
<span class="type">char</span> *</td>
<td class="property_name"><a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--text" title="The “text” property">text</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="GtkCellRendererProgress.html#GtkCellRendererProgress--text-xalign" title="The “text-xalign” property">text-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="GtkCellRendererProgress.html#GtkCellRendererProgress--text-yalign" title="The “text-yalign” property">text-yalign</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="GtkCellRendererProgress.html#GtkCellRendererProgress--value" title="The “value” property">value</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -166,7 +166,7 @@ gtk_cell_renderer_progress_new (<em class="parameter"><code><span class="type">v
<hr>
<div class="refsect2">
<a name="GtkCellRendererProgress--pulse"></a><h3>The <code class="literal">“pulse”</code> property</h3>
<pre class="programlisting"> “pulse” <span class="type">gint</span></pre>
<pre class="programlisting"> “pulse” <span class="type">int</span></pre>
<p>Setting this to a non-negative value causes the cell renderer to
enter "activity mode", where a block bounces back and forth to
@ -186,7 +186,7 @@ to zero. To indicate completion, set the property to <code class="literal">G_MAX
<hr>
<div class="refsect2">
<a name="GtkCellRendererProgress--text"></a><h3>The <code class="literal">“text”</code> property</h3>
<pre class="programlisting"> “text” <span class="type">gchar</span> *</pre>
<pre class="programlisting"> “text” <span class="type">char</span> *</pre>
<p>The "text" property determines the label which will be drawn
over the progress bar. Setting this property to <code class="literal">NULL</code> causes the default
@ -201,7 +201,7 @@ no label to be displayed.</p>
<hr>
<div class="refsect2">
<a name="GtkCellRendererProgress--text-xalign"></a><h3>The <code class="literal">“text-xalign”</code> property</h3>
<pre class="programlisting"> “text-xalign” <span class="type">gfloat</span></pre>
<pre class="programlisting"> “text-xalign” <span class="type">float</span></pre>
<p>The "text-xalign" property controls the horizontal alignment of the
text in the progress bar. Valid values range from 0 (left) to 1
(right). Reserved for RTL layouts.</p>
@ -214,7 +214,7 @@ text in the progress bar. Valid values range from 0 (left) to 1
<hr>
<div class="refsect2">
<a name="GtkCellRendererProgress--text-yalign"></a><h3>The <code class="literal">“text-yalign”</code> property</h3>
<pre class="programlisting"> “text-yalign” <span class="type">gfloat</span></pre>
<pre class="programlisting"> “text-yalign” <span class="type">float</span></pre>
<p>The "text-yalign" property controls the vertical alignment of the
text in the progress bar. Valid values range from 0 (top) to 1
(bottom).</p>
@ -227,7 +227,7 @@ text in the progress bar. Valid values range from 0 (top) to 1
<hr>
<div class="refsect2">
<a name="GtkCellRendererProgress--value"></a><h3>The <code class="literal">“value”</code> property</h3>
<pre class="programlisting"> “value” <span class="type">gint</span></pre>
<pre class="programlisting"> “value” <span class="type">int</span></pre>
<p>The "value" property determines the percentage to which the
progress bar will be "filled in".</p>
<p>Owner: GtkCellRendererProgress</p>