This commit is contained in:
Matthias Clasen 2006-06-01 01:57:01 +00:00
parent b641d2df47
commit f1c406424f
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2006-05-31 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkcellrendererspin.sgml: Fix a typo
* gtk/gtk-sections.txt: Update
2006-05-30 Matthias Clasen <mclasen@redhat.com>

View File

@ -16,7 +16,7 @@ that means that the text has to be parseable as a floating point number.
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
also has properties for the climb rate and the number of digits to
display. Other #GtkSpinButton properties can be set in a handler for the
start-editing signal.
</para>