summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>1998-01-06 21:59:43 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-01-06 21:59:43 +0000
commitd2aa891c8ecb23b4496d44f6ceec17bf2646d483 (patch)
tree922f4a02b5f638c5405828009334017e77747702 /gtk/gtknotebook.h
parentad5466ca6edbc21ab1ed6ad7626570dff7db3e05 (diff)
downloadgdk-pixbuf-d2aa891c8ecb23b4496d44f6ceec17bf2646d483.tar.gz
Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch)
-owt
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r--gtk/gtknotebook.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h
index 402823b2e..5cbcf6fc5 100644
--- a/gtk/gtknotebook.h
+++ b/gtk/gtknotebook.h
@@ -52,6 +52,9 @@ struct _GtkNotebook
struct _GtkNotebookClass
{
GtkContainerClass parent_class;
+
+ void (* switch_page) (GtkNotebook *notebook,
+ GtkNotebookPage *page);
};
struct _GtkNotebookPage