forked from AuroraMiddleware/gtk
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:
parent
30e9527d24
commit
3098a031d6
@ -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 -
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user