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:
parent
a12306e621
commit
39f5280dcb
@ -1,5 +1,7 @@
|
|||||||
2003-07-01 Matthias Clasen <maclas@gmx.de>
|
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
|
* tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding
|
||||||
dialogs.
|
dialogs.
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2003-07-01 Matthias Clasen <maclas@gmx.de>
|
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
|
* tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding
|
||||||
dialogs.
|
dialogs.
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2003-07-01 Matthias Clasen <maclas@gmx.de>
|
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
|
* tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding
|
||||||
dialogs.
|
dialogs.
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2003-07-01 Matthias Clasen <maclas@gmx.de>
|
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
|
* tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding
|
||||||
dialogs.
|
dialogs.
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2003-07-01 Matthias Clasen <maclas@gmx.de>
|
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
|
* tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding
|
||||||
dialogs.
|
dialogs.
|
||||||
|
|
||||||
|
@ -1694,7 +1694,7 @@ gtk_spin_button_get_adjustment (GtkSpinButton *spin_button)
|
|||||||
/**
|
/**
|
||||||
* gtk_spin_button_set_digits:
|
* gtk_spin_button_set_digits:
|
||||||
* @spin_button: a #GtkSpinButton
|
* @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
|
* Set the precision to be displayed by @spin_button. Up to 20 digit precision
|
||||||
* is allowed.
|
* is allowed.
|
||||||
|
Loading…
Reference in New Issue
Block a user