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:

committed by
Anders Carlsson

parent
db8ec24af0
commit
28603e8b93
@ -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.
|
||||
|
@ -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 ##### -->
|
||||
|
Reference in New Issue
Block a user