Add note about gtk_notebook_reorder_child().

Fri Mar  1 10:35:15 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/changes-2.0.sgml: Add note about gtk_notebook_reorder_child().
This commit is contained in:
Owen Taylor 2002-03-01 15:40:12 +00:00 committed by Owen Taylor
parent 30e9527d24
commit 3098a031d6
2 changed files with 13 additions and 0 deletions

View 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 -

View 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