summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkcellrendererspin.sgml
blob: f163b9c5f4cf52734a16ac09d27b8e8bcc46159e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!-- ##### SECTION Title ##### -->
GtkCellRendererSpin

<!-- ##### SECTION Short_Description ##### -->
Renders a spin button in a cell

<!-- ##### SECTION Long_Description ##### -->
<para>
#GtkCellRendererSpin renders text in a cell like #GtkCellRendererText from 
which it is derived. But while #GtkCellRendererText offers a simple entry to 
edit the text, #GtkCellRendererSpin offers a #GtkSpinButton widget. Of course,
that means that the text has to be parseable as a floating point number.
</para>

<para>
The range of the spinbutton is taken from the adjustment property of the
cell renderer, which can be set explicitly or mapped to a column in the 
tree model, like all properties of cell renders. #GtkCellRendererSpin
also has properties for the climb rante and the number of digits to
display. Other #GtkSpinButton properties can be set in a handler for the
start-editing signal.
</para>

<para>
The #GtkCellRendererSpin cell renderer was added in GTK+ 2.10.
</para>


<!-- ##### SECTION See_Also ##### -->
<para>
#GtkCellRendererText, #GtkSpinButton
</para>


<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### STRUCT GtkCellRendererSpin ##### -->
<para>

</para>

@parent: 

<!-- ##### FUNCTION gtk_cell_renderer_spin_new ##### -->
<para>

</para>

@Returns: