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)
This commit is contained in:
Matthias Clasen 2003-07-01 20:49:01 +00:00 committed by Matthias Clasen
parent a12306e621
commit 39f5280dcb
6 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2003-07-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs. (116364, Morten Welinder)
* tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding
dialogs.

View File

@ -1,5 +1,7 @@
2003-07-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs. (116364, Morten Welinder)
* tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding
dialogs.

View File

@ -1,5 +1,7 @@
2003-07-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs. (116364, Morten Welinder)
* tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding
dialogs.

View File

@ -1,5 +1,7 @@
2003-07-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs. (116364, Morten Welinder)
* tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding
dialogs.

View File

@ -1,5 +1,7 @@
2003-07-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs. (116364, Morten Welinder)
* tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding
dialogs.

View File

@ -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.