summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-07-01 20:49:01 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-07-01 20:49:01 +0000
commit39f5280dcbdd7611f9a57a1e7a472afe6b23b634 (patch)
treec7f6fced96fe1b5b038b63a9ab41fd165c7bed5d /gtk/gtkspinbutton.c
parenta12306e621db49f1cc58d272db84e95a2d65128a (diff)
downloadgtk+-39f5280dcbdd7611f9a57a1e7a472afe6b23b634.tar.gz
Improve docs. (116364, Morten Welinder)
2003-07-01 Matthias Clasen <maclas@gmx.de> * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs. (116364, Morten Welinder)
Diffstat (limited to 'gtk/gtkspinbutton.c')
-rw-r--r--gtk/gtkspinbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c
index 72095ab3ac..cfd0270baf 100644
--- a/gtk/gtkspinbutton.c
+++ b/gtk/gtkspinbutton.c
@@ -1694,7 +1694,7 @@ gtk_spin_button_get_adjustment (GtkSpinButton *spin_button)
/**
* gtk_spin_button_set_digits:
* @spin_button: a #GtkSpinButton
- * @digits: the number of digits to be displayed for the spin button's value
+ * @digits: the number of digits after the decimal point to be displayed for the spin button's value
*
* Set the precision to be displayed by @spin_button. Up to 20 digit precision
* is allowed.