diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 5 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkbox.sgml | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 3ccf8db271..cdae15cf5b 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 26 22:01:59 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/tmpl/gtkbox.sgml: Fix docs to correspond to the code - + negative @position indicates the end of the list. + 2002-02-26 Matthias Clasen <maclas@gmx.de> Fixes for #72478: diff --git a/docs/reference/gtk/tmpl/gtkbox.sgml b/docs/reference/gtk/tmpl/gtkbox.sgml index 01dfc126ce..09c0cec709 100644 --- a/docs/reference/gtk/tmpl/gtkbox.sgml +++ b/docs/reference/gtk/tmpl/gtkbox.sgml @@ -326,15 +326,14 @@ were added to @box. A widget's position in the @box children list determines where the
widget is packed into @box. A child widget at some position in the
list will be packed just after all other widgets of the same packing
-type that appear earlier in the list. A negative value of @position is
-interpreted as position 0.
+type that appear earlier in the list. </para> @box: a #GtkBox. @child: the #GtkWidget to move. @position: the new position for @child in the
<structfield>children</structfield> list of #GtkBox-struct, starting
-from 0. +from 0. If negative, indicates the end of the list. <!-- ##### FUNCTION gtk_box_query_child_packing ##### --> |