New upstream version 3.24.22
This commit is contained in:
@ -72,7 +72,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="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--icon-name" title="The “icon-name” property">icon-name</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -96,13 +96,13 @@
|
||||
</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="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--stock-detail" title="The “stock-detail” property">stock-detail</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="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--stock-id" title="The “stock-id” property">stock-id</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -216,7 +216,7 @@ automatically.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkCellRendererPixbuf--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 themed icon to display.
|
||||
This property only has an effect if not overridden by "stock_id"
|
||||
|
||||
@ -253,7 +253,7 @@ or "pixbuf" properties.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkCellRendererPixbuf--stock-detail"></a><h3>The <code class="literal">“stock-detail”</code> property</h3>
|
||||
<pre class="programlisting"> “stock-detail” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “stock-detail” <span class="type">char</span> *</pre>
|
||||
<p>Render detail to pass to the theme engine.</p>
|
||||
<p>Owner: GtkCellRendererPixbuf</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
@ -262,7 +262,7 @@ or "pixbuf" properties.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkCellRendererPixbuf--stock-id"></a><h3>The <code class="literal">“stock-id”</code> property</h3>
|
||||
<pre class="programlisting"> “stock-id” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “stock-id” <span class="type">char</span> *</pre>
|
||||
<p>The stock ID of the stock icon to render.</p>
|
||||
<div class="warning">
|
||||
<p><code class="literal">GtkCellRendererPixbuf:stock-id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
||||
|
||||
Reference in New Issue
Block a user