diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-01-15 23:04:43 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-01-15 23:04:43 +0000 |
commit | ccdf56088b655566efca257435ff3df93ba682fa (patch) | |
tree | e11cf57144f36a0fe5cbf0e4e1ffe6985cce5646 /ChangeLog | |
parent | 207b590ce942781db22d4558f10bd9c5180d26e4 (diff) | |
download | gdk-pixbuf-ccdf56088b655566efca257435ff3df93ba682fa.tar.gz |
Return the index of the newly inserted page. (#130986, Olexiy Avramchenko)
Fri Jan 16 00:04:43 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.h:
* gtk/gtknotebook.c (gtk_notebook_append_page):
* gtk/gtknotebook.c (gtk_notebook_append_page_menu):
* gtk/gtknotebook.c (gtk_notebook_prepend_page):
* gtk/gtknotebook.c (gtk_notebook_prepend_page_menu):
* gtk/gtknotebook.c (gtk_notebook_insert_page):
* gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Return the
index of the newly inserted page. (#130986, Olexiy Avramchenko)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Fri Jan 16 00:04:43 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtknotebook.h: + * gtk/gtknotebook.c (gtk_notebook_append_page): + * gtk/gtknotebook.c (gtk_notebook_append_page_menu): + * gtk/gtknotebook.c (gtk_notebook_prepend_page): + * gtk/gtknotebook.c (gtk_notebook_prepend_page_menu): + * gtk/gtknotebook.c (gtk_notebook_insert_page): + * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Return the + index of the newly inserted page. (#130986, Olexiy Avramchenko) + Thu Jan 15 23:17:14 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting |