~ubuntu-branches/ubuntu/raring/gtk+2.0/raring-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkCellRendererSpin.html

  • Committer: Package Import Robot
  • Author(s): Didier Roche, Till Kamppeter, Didier Roche
  • Date: 2012-09-24 13:56:56 UTC
  • mfrom: (1.14.15)
  • Revision ID: package-import@ubuntu.com-20120924135656-rjoa3makg1cvn7y1
Tags: 2.24.13-0ubuntu1
[ Till Kamppeter ]
* debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
  Make printing on remote DNS-SD/Bonjour-shared printers working
  (LP: #1053891).

[ Didier Roche ]
* New upstream release:
  - F10 always opens the menu, cannot be overriden (LP: #937822)

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
<a name="GtkCellRendererSpin.properties"></a><h2>Properties</h2>
64
64
<pre class="synopsis">
65
65
  "<a class="link" href="GtkCellRendererSpin.html#GtkCellRendererSpin--adjustment" title='The "adjustment" property'>adjustment</a>"               <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>*        : Read / Write
66
 
  "<a class="link" href="GtkCellRendererSpin.html#GtkCellRendererSpin--climb-rate" title='The "climb-rate" property'>climb-rate</a>"               <span class="type">gdouble</span>               : Read / Write
67
 
  "<a class="link" href="GtkCellRendererSpin.html#GtkCellRendererSpin--digits" title='The "digits" property'>digits</a>"                   <span class="type">guint</span>                 : Read / Write
 
66
  "<a class="link" href="GtkCellRendererSpin.html#GtkCellRendererSpin--climb-rate" title='The "climb-rate" property'>climb-rate</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>               : Read / Write
 
67
  "<a class="link" href="GtkCellRendererSpin.html#GtkCellRendererSpin--digits" title='The "digits" property'>digits</a>"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
68
68
</pre>
69
69
</div>
70
70
<div class="refsect1">
123
123
<pre class="programlisting">  "adjustment"               <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>*        : Read / Write</pre>
124
124
<p>
125
125
The adjustment that holds the value of the spinbutton.
126
 
This must be non-<a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> for the cell renderer to be editable.
 
126
This must be non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for the cell renderer to be editable.
127
127
</p>
128
128
<p class="since">Since 2.10</p>
129
129
</div>
130
130
<hr>
131
131
<div class="refsect2">
132
132
<a name="GtkCellRendererSpin--climb-rate"></a><h3>The <code class="literal">"climb-rate"</code> property</h3>
133
 
<pre class="programlisting">  "climb-rate"               <span class="type">gdouble</span>               : Read / Write</pre>
 
133
<pre class="programlisting">  "climb-rate"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>               : Read / Write</pre>
134
134
<p>
135
135
The acceleration rate when you hold down a button.
136
136
</p>
141
141
<hr>
142
142
<div class="refsect2">
143
143
<a name="GtkCellRendererSpin--digits"></a><h3>The <code class="literal">"digits"</code> property</h3>
144
 
<pre class="programlisting">  "digits"                   <span class="type">guint</span>                 : Read / Write</pre>
 
144
<pre class="programlisting">  "digits"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
145
145
<p>
146
146
The number of decimal places to display.
147
147
</p>