New upstream version 3.24.5
This commit is contained in:
@ -66,12 +66,12 @@
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gdouble</span></td>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkCellRendererSpin.html#GtkCellRendererSpin--climb-rate" title="The “climb-rate” property">climb-rate</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">guint</span></td>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkCellRendererSpin.html#GtkCellRendererSpin--digits" title="The “digits” property">digits</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -93,8 +93,8 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkCellRendererSpin.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="GtkCellRenderer.html" title="GtkCellRenderer">GtkCellRenderer</a>
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkCellRendererText.html" title="GtkCellRendererText">GtkCellRendererText</a>
|
||||
<span class="lineart">╰──</span> GtkCellRendererSpin
|
||||
@ -147,14 +147,14 @@ gtk_cell_renderer_spin_new (<em class="parameter"><code><span class="type">void<
|
||||
<pre class="programlisting"> “adjustment” <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *</pre>
|
||||
<p>The adjustment that holds the value of the spinbutton.
|
||||
|
||||
This must be non-<code class="literal">NULL</code> for the cell renderer to be editable.</p>
|
||||
This must be non-<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for the cell renderer to be editable.</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p class="since">Since: 2.10</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkCellRendererSpin--climb-rate"></a><h3>The <code class="literal">“climb-rate”</code> property</h3>
|
||||
<pre class="programlisting"> “climb-rate” <span class="type">gdouble</span></pre>
|
||||
<pre class="programlisting"> “climb-rate” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a></pre>
|
||||
<p>The acceleration rate when you hold down a button.</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Allowed values: >= 0</p>
|
||||
@ -164,7 +164,7 @@ This must be non-<code class="literal">NULL</code> for the cell renderer to be e
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkCellRendererSpin--digits"></a><h3>The <code class="literal">“digits”</code> property</h3>
|
||||
<pre class="programlisting"> “digits” <span class="type">guint</span></pre>
|
||||
<pre class="programlisting"> “digits” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
||||
<p>The number of decimal places to display.</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Allowed values: <= 20</p>
|
||||
|
Reference in New Issue
Block a user