Clarify that we're returning a spin button in the _new function. This

2001-10-27  Anders Carlsson  <andersca@gnu.org>

	* gtk/tmpl/gtkspinbutton.sgml: Clarify that we're
	returning a spin button in the _new function.
	This fixes #54097.
This commit is contained in:
Anders Carlsson
2001-10-27 01:16:09 +00:00
committed by Anders Carlsson
parent db8ec24af0
commit 28603e8b93
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2001-10-27 Anders Carlsson <andersca@gnu.org>
* gtk/tmpl/gtkspinbutton.sgml: Clarify that we're
returning a spin button in the _new function.
This fixes #54097.
* gtk/tmpl/gtktoolbar.sgml: Change docs for
gtk_toolbar_append_item to say that it appends an item
to the end of a toolbar. This fixes #60428.

View File

@ -169,7 +169,7 @@ Creates a new #GtkSpinButton.
@adjustment: the #GtkAdjustment object that this spin button should use.
@climb_rate: specifies how much the spin button changes when an arrow is clicked on.
@digits: the number of decimal places to display.
@Returns: a #GtkWidget.
@Returns: The new spin button as a #GtkWidget.
<!-- ##### FUNCTION gtk_spin_button_new_with_range ##### -->