]> Pileus Git - ~andy/gtk/commitdiff
Clarify that we're returning a spin button in the _new function. This
authorAnders Carlsson <andersca@gnu.org>
Sat, 27 Oct 2001 01:16:09 +0000 (01:16 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Sat, 27 Oct 2001 01:16:09 +0000 (01:16 +0000)
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.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkspinbutton.sgml

index 810efd5764fa438253e2a214a51f8421d6c45bff..19f134b15b8b68d889ca5fffea89ed01d55f56be 100644 (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.
index 3207df6fd481789c829c2af2a978d5aae51dedd2..3bb8f287f89f953b7ef1027fe854c6f863297ea3 100644 (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 ##### -->