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

@ -288,7 +288,7 @@
<tbody>
<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="GtkImage.html#GtkImage--file" title="The “file” property">file</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -300,7 +300,7 @@
</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="GtkImage.html#GtkImage--icon-name" title="The “icon-name” property">icon-name</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -311,7 +311,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="GtkImage.html#GtkImage--icon-size" title="The “icon-size” property">icon-size</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -328,19 +328,19 @@
<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="GtkImage.html#GtkImage--pixel-size" title="The “pixel-size” property">pixel-size</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="GtkImage.html#GtkImage--resource" title="The “resource” property">resource</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="GtkImage.html#GtkImage--stock" title="The “stock” property">stock</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -1642,7 +1642,7 @@ This image type was added in GTK+ 3.10</p>
<a name="GtkImage.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GtkImage--file"></a><h3>The <code class="literal">“file”</code> property</h3>
<pre class="programlisting"> “file” <span class="type">gchar</span> *</pre>
<pre class="programlisting"> “file” <span class="type">char</span> *</pre>
<p>Filename to load and display.</p>
<p>Owner: GtkImage</p>
<p>Flags: Read / Write</p>
@ -1662,7 +1662,7 @@ automatically.</p>
<hr>
<div class="refsect2">
<a name="GtkImage--icon-name"></a><h3>The <code class="literal">“icon-name”</code> property</h3>
<pre class="programlisting"> “icon-name” <span class="type">gchar</span> *</pre>
<pre class="programlisting"> “icon-name” <span class="type">char</span> *</pre>
<p>The name of the icon in the icon theme. If the icon theme is
changed, the image will be updated automatically.</p>
<p>Owner: GtkImage</p>
@ -1685,7 +1685,7 @@ changed, the image will be updated automatically.</p>
<hr>
<div class="refsect2">
<a name="GtkImage--icon-size"></a><h3>The <code class="literal">“icon-size”</code> property</h3>
<pre class="programlisting"> “icon-size” <span class="type">gint</span></pre>
<pre class="programlisting"> “icon-size” <span class="type">int</span></pre>
<p>Symbolic size to use for stock icon, icon set or named icon.</p>
<p>Owner: GtkImage</p>
<p>Flags: Read / Write</p>
@ -1711,7 +1711,7 @@ changed, the image will be updated automatically.</p>
<hr>
<div class="refsect2">
<a name="GtkImage--pixel-size"></a><h3>The <code class="literal">“pixel-size”</code> property</h3>
<pre class="programlisting"> “pixel-size” <span class="type">gint</span></pre>
<pre class="programlisting"> “pixel-size” <span class="type">int</span></pre>
<p>The "pixel-size" property can be used to specify a fixed size
overriding the <a class="link" href="GtkImage.html#GtkImage--icon-size" title="The “icon-size” property"><span class="type">“icon-size”</span></a> property for images of type
<a class="link" href="GtkImage.html#GTK-IMAGE-ICON-NAME:CAPS"><code class="literal">GTK_IMAGE_ICON_NAME</code></a>.</p>
@ -1724,7 +1724,7 @@ overriding the <a class="link" href="GtkImage.html#GtkImage--icon-size" title="T
<hr>
<div class="refsect2">
<a name="GtkImage--resource"></a><h3>The <code class="literal">“resource”</code> property</h3>
<pre class="programlisting"> “resource” <span class="type">gchar</span> *</pre>
<pre class="programlisting"> “resource” <span class="type">char</span> *</pre>
<p>A path to a resource file to display.</p>
<p>Owner: GtkImage</p>
<p>Flags: Read / Write</p>
@ -1734,7 +1734,7 @@ overriding the <a class="link" href="GtkImage.html#GtkImage--icon-size" title="T
<hr>
<div class="refsect2">
<a name="GtkImage--stock"></a><h3>The <code class="literal">“stock”</code> property</h3>
<pre class="programlisting"> “stock” <span class="type">gchar</span> *</pre>
<pre class="programlisting"> “stock” <span class="type">char</span> *</pre>
<p>Stock ID for a stock image to display.</p>
<div class="warning">
<p><code class="literal">GtkImage:stock</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>