New upstream version 3.24.22
This commit is contained in:
@ -167,7 +167,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="GtkToolButton.html#GtkToolButton--icon-name" title="The “icon-name” property">icon-name</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -179,7 +179,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="GtkToolButton.html#GtkToolButton--label" title="The “label” property">label</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -191,7 +191,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="GtkToolButton.html#GtkToolButton--stock-id" title="The “stock-id” property">stock-id</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -212,7 +212,7 @@
|
||||
<col width="200px" class="style_properties_flags">
|
||||
</colgroup>
|
||||
<tbody><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="GtkToolButton.html#GtkToolButton--s-icon-spacing" title="The “icon-spacing” style property">icon-spacing</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr></tbody>
|
||||
@ -831,7 +831,7 @@ mouse or activated with the keyboard.</p></td>
|
||||
<a name="GtkToolButton.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkToolButton--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 displayed on the item.
|
||||
This property only has an effect if not overridden by
|
||||
<a class="link" href="GtkToolButton.html#GtkToolButton--label-widget" title="The “label-widget” property"><span class="type">“label-widget”</span></a>, <a class="link" href="GtkToolButton.html#GtkToolButton--icon-widget" title="The “icon-widget” property"><span class="type">“icon-widget”</span></a> or
|
||||
@ -852,7 +852,7 @@ This property only has an effect if not overridden by
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkToolButton--label"></a><h3>The <code class="literal">“label”</code> property</h3>
|
||||
<pre class="programlisting"> “label” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “label” <span class="type">char</span> *</pre>
|
||||
<p>Text to show in the item.</p>
|
||||
<p>Owner: GtkToolButton</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
@ -869,7 +869,7 @@ This property only has an effect if not overridden by
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkToolButton--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 icon displayed on the item.</p>
|
||||
<div class="warning">
|
||||
<p><code class="literal">GtkToolButton:stock-id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
||||
@ -893,7 +893,7 @@ This property only has an effect if not overridden by
|
||||
<a name="GtkToolButton.style-property-details"></a><h2>Style Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkToolButton--s-icon-spacing"></a><h3>The <code class="literal">“icon-spacing”</code> style property</h3>
|
||||
<pre class="programlisting"> “icon-spacing” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “icon-spacing” <span class="type">int</span></pre>
|
||||
<p>Spacing in pixels between the icon and label.</p>
|
||||
<p>Owner: GtkToolButton</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
|
||||
Reference in New Issue
Block a user