Add some additional docs on precision. (#309238, Steve Chaplin)

2005-07-05  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): Add some
	additional docs on precision.  (#309238, Steve Chaplin)
This commit is contained in:
Matthias Clasen
2005-07-06 03:46:20 +00:00
committed by Matthias Clasen
parent 150e3a4adf
commit b85f379e37
4 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): Add some
additional docs on precision. (#309238, Steve Chaplin)
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)

View File

@@ -1,3 +1,8 @@
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): Add some
additional docs on precision. (#309238, Steve Chaplin)
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)

View File

@@ -1,3 +1,8 @@
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): Add some
additional docs on precision. (#309238, Steve Chaplin)
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)

View File

@@ -1597,6 +1597,10 @@ gtk_spin_button_new (GtkAdjustment *adjustment,
* initially set to the minimum value and a page increment of 10 * @step
* is the default. The precision of the spin button is equivalent to the
* precision of @step.
*
* Note that the way in which the precision is derived works best if @step
* is a power of ten. If the resulting precision is not suitable for your
* needs, use gtk_spin_button_set_digits() to correct it.
*
* Return value: The new spin button as a #GtkWidget.
**/