]> Pileus Git - ~andy/gtk/commitdiff
Add note about gtk_notebook_reorder_child().
authorOwen Taylor <otaylor@redhat.com>
Fri, 1 Mar 2002 15:40:12 +0000 (15:40 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 1 Mar 2002 15:40:12 +0000 (15:40 +0000)
Fri Mar  1 10:35:15 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/changes-2.0.sgml: Add note about gtk_notebook_reorder_child().

docs/reference/ChangeLog
docs/reference/gtk/changes-2.0.sgml

index cdae15cf5b47a87c5ba3f74c364cf8f357108435..873d2a4fa58426d6dfb85c38c793b20c55e34814 100644 (file)
@@ -1,3 +1,7 @@
+Fri Mar  1 10:35:15 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/changes-2.0.sgml: Add note about gtk_notebook_reorder_child().
+
 Tue Feb 26 22:01:59 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/tmpl/gtkbox.sgml: Fix docs to correspond to the code -
index 8bdc818bacc44130812ca51e1944de02bd91a1c7..ff3099c78a93f6c13a6ecebb85201b083a29897d 100644 (file)
@@ -551,6 +551,15 @@ The <structname>GtkNotebookPage</structname> structure has been removed from
 </para>
 </listitem>
 
+<listitem>
+<para>
+Negative values of the <parameter>position</parameter> parameter to
+  <function>gtk_notebook_reorder_child()</function> now cause the page to be appended, not
+  inserted at the beginning. (This gives consistency with
+  <function>gtk_box_reorder_child()</function>, <function>gtk_menu_reorder_child()</function>.)
+</para>
+</listitem>
+
 <listitem>
 <para>
 <function>GtkMenuPositionFunc</function> has a new parameter