diff options
author | Tim Janik <timj@gtk.org> | 1998-07-19 19:09:27 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-07-19 19:09:27 +0000 |
commit | c1c8caa28cbc1a0b7a8f07296189d915c11b6dfc (patch) | |
tree | 4eb0433121445a22ddaab898a18ccc349a6006c5 /gtk/gtknotebook.h | |
parent | b43c45571d92dc4786cf8c04b1938aa1609e19ce (diff) | |
download | gdk-pixbuf-c1c8caa28cbc1a0b7a8f07296189d915c11b6dfc.tar.gz |
export gtk_binary_age and gtk_interface_age.
Sat Jul 18 22:59:04 1998 Tim Janik <timj@gtk.org>
* gtk/gtkmain.h:
* gtk/gtkmain.c: export gtk_binary_age and gtk_interface_age.
* gtk/gtktypeutils.h:
* gtk/gtkitemfactory.h: remove "void" from prototypes again.
Sat Jul 18 00:54:01 1998 Lars Hamann <lars@gtk.org>
* gtk/gtknotebook.c (gtk_notebook_set_child_arg): added support for
CHILD_ARG_MENU_LABEL, CHILD_ARG_TAB_LABEL
(gtk_notebook_get_child_arg): added support for CHILD_ARG_MENU_LABEL,
CHILD_ARG_POSITION
(gtk_notebook_reorder_child): new funktion to change position of a
notebook page
(gtk_notebook_draw_arrow): draw left/right arrow with
GTK_SHADOW_ETCHED_IN if focus_tab is first/last tab.
* gtk/gtkstyle.c (gtk_default_draw_arrow):
added GTK_SHADOW_ETCHED_IN/OUT
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r-- | gtk/gtknotebook.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h index 183b7ee50..2efb2a227 100644 --- a/gtk/gtknotebook.h +++ b/gtk/gtknotebook.h @@ -121,6 +121,9 @@ void gtk_notebook_set_page (GtkNotebook *notebook, gint page_num); void gtk_notebook_next_page (GtkNotebook *notebook); void gtk_notebook_prev_page (GtkNotebook *notebook); +void gtk_notebook_reorder_child (GtkNotebook *notebook, + GtkWidget *child, + gint position); void gtk_notebook_set_tab_pos (GtkNotebook *notebook, GtkPositionType pos); void gtk_notebook_set_show_tabs (GtkNotebook *notebook, |