New upstream version 3.24.0
This commit is contained in:
@ -79,12 +79,12 @@
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkCheckButton.html#GtkCheckButton--s-indicator-size" title="The “indicator-size” style property">indicator-size</a></td>
|
||||
<td class="property_flags">Read</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkCheckButton.html#GtkCheckButton--s-indicator-spacing" title="The “indicator-spacing” style property">indicator-spacing</a></td>
|
||||
<td class="property_flags">Read</td>
|
||||
</tr>
|
||||
@ -106,8 +106,8 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkCheckButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="screen"> GObject
|
||||
<span class="lineart">╰──</span> GInitiallyUnowned
|
||||
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
||||
<span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
|
||||
@ -192,7 +192,7 @@ gtk_check_button_new (<em class="parameter"><code><span class="type">void</span>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-check-button-new-with-label"></a><h3>gtk_check_button_new_with_label ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
||||
gtk_check_button_new_with_label (<em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre>
|
||||
gtk_check_button_new_with_label (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
|
||||
<p>Creates a new <a class="link" href="GtkCheckButton.html" title="GtkCheckButton"><span class="type">GtkCheckButton</span></a> with a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> to the right of it.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-check-button-new-with-label.parameters"></a><h4>Parameters</h4>
|
||||
@ -218,7 +218,7 @@ gtk_check_button_new_with_label (<em class="parameter"><code>const <span class="
|
||||
<div class="refsect2">
|
||||
<a name="gtk-check-button-new-with-mnemonic"></a><h3>gtk_check_button_new_with_mnemonic ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
||||
gtk_check_button_new_with_mnemonic (<em class="parameter"><code>const <span class="type">gchar</span> *label</code></em>);</pre>
|
||||
gtk_check_button_new_with_mnemonic (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
|
||||
<p>Creates a new <a class="link" href="GtkCheckButton.html" title="GtkCheckButton"><span class="type">GtkCheckButton</span></a> containing a label. The label
|
||||
will be created using <a class="link" href="GtkLabel.html#gtk-label-new-with-mnemonic" title="gtk_label_new_with_mnemonic ()"><code class="function">gtk_label_new_with_mnemonic()</code></a>, so underscores
|
||||
in <em class="parameter"><code>label</code></em>
|
||||
@ -256,7 +256,7 @@ mnemonic character</p></td>
|
||||
<a name="GtkCheckButton.style-property-details"></a><h2>Style Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkCheckButton--s-indicator-size"></a><h3>The <code class="literal">“indicator-size”</code> style property</h3>
|
||||
<pre class="programlisting"> “indicator-size” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “indicator-size” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
||||
<p>The size of the indicator.</p>
|
||||
<div class="warning">
|
||||
<p><code class="literal">GtkCheckButton:indicator-size</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
||||
@ -269,7 +269,7 @@ mnemonic character</p></td>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkCheckButton--s-indicator-spacing"></a><h3>The <code class="literal">“indicator-spacing”</code> style property</h3>
|
||||
<pre class="programlisting"> “indicator-spacing” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “indicator-spacing” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
||||
<p>The spacing around the indicator.</p>
|
||||
<div class="warning">
|
||||
<p><code class="literal">GtkCheckButton:indicator-spacing</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
||||
|
Reference in New Issue
Block a user