New upstream version 3.24.18

This commit is contained in:
Simon McVittie
2020-04-10 15:23:16 +01:00
386 changed files with 78008 additions and 6390 deletions

View File

@ -129,7 +129,7 @@
</colgroup>
<tbody><tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkCellRendererPixbuf.html#GtkCellRendererPixbuf-struct">GtkCellRendererPixbuf</a></td>
<td class="function_name"><a class="link" href="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf-struct" title="struct GtkCellRendererPixbuf">GtkCellRendererPixbuf</a></td>
</tr></tbody>
</table></div>
</div>
@ -180,12 +180,19 @@ in the model, thus rendering a different image in each row of the
</div>
</div>
<div class="refsect1">
<a name="GtkCellRendererPixbuf.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GtkCellRendererPixbuf-struct"></a><h3>struct GtkCellRendererPixbuf</h3>
<pre class="programlisting">struct GtkCellRendererPixbuf;</pre>
</div>
</div>
<div class="refsect1">
<a name="GtkCellRendererPixbuf.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GtkCellRendererPixbuf--follow-state"></a><h3>The <code class="literal">“follow-state”</code> property</h3>
<pre class="programlisting"> “follow-state” <span class="type">gboolean</span></pre>
<p>Specifies whether the rendered pixbuf should be colorized
according to the <a href="https://developer.gnome.org/gtk4/GtkCellRenderer.html#GtkCellRendererState"><span class="type">GtkCellRendererState</span></a>.</p>
according to the <a class="link" href="GtkCellRenderer.html#GtkCellRendererState" title="enum GtkCellRendererState"><span class="type">GtkCellRendererState</span></a>.</p>
<div class="warning">
<p><code class="literal">GtkCellRendererPixbuf:follow-state</code> has been deprecated since version 3.16 and should not be used in newly-written code.</p>
<p>Cell renderers always follow state.</p>
@ -270,7 +277,7 @@ or "pixbuf" properties.</p>
<div class="refsect2">
<a name="GtkCellRendererPixbuf--stock-size"></a><h3>The <code class="literal">“stock-size”</code> property</h3>
<pre class="programlisting"> “stock-size” <span class="type">guint</span></pre>
<p>The <a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkIconSize"><span class="type">GtkIconSize</span></a> value that specifies the size of the rendered icon.</p>
<p>The <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> value that specifies the size of the rendered icon.</p>
<p>Owner: GtkCellRendererPixbuf</p>
<p>Flags: Read / Write</p>
<p>Default value: 1</p>