summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-11-08 21:25:05 -0500
committerMatthias Clasen <mclasen@redhat.com>2009-11-08 21:28:17 -0500
commitc7e4a1a012042ab711f04458df3ee517bdf6aa1c (patch)
tree8c5fe28468f5b228063dd45c9276296d67689bf1 /gtk/gtknotebook.h
parent38f7383c7a10fe98ce4a29086a6722f40a429424 (diff)
downloadgtk+-c7e4a1a012042ab711f04458df3ee517bdf6aa1c.tar.gz
Add an 'action area' to GtkNotebook
Add support for putting widgets in the tab area, before or after the tabs. This was requested a long time ago in bug 116650. The implementation is the work of Johannes Schmid.
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r--gtk/gtknotebook.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h
index 41bbe66979..0a14a75617 100644
--- a/gtk/gtknotebook.h
+++ b/gtk/gtknotebook.h
@@ -287,6 +287,12 @@ void gtk_notebook_set_tab_detachable (GtkNotebook *notebook,
GtkWidget *child,
gboolean detachable);
+GtkWidget* gtk_notebook_get_action_widget (GtkNotebook *notebook,
+ GtkPackType pack_type);
+void gtk_notebook_set_action_widget (GtkNotebook *notebook,
+ GtkWidget *widget,
+ GtkPackType pack_type);
+
#ifndef GTK_DISABLE_DEPRECATED
#define gtk_notebook_current_page gtk_notebook_get_current_page
#define gtk_notebook_set_page gtk_notebook_set_current_page