diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1998-01-06 21:59:43 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-01-06 21:59:43 +0000 |
commit | d2aa891c8ecb23b4496d44f6ceec17bf2646d483 (patch) | |
tree | 922f4a02b5f638c5405828009334017e77747702 /gtk/gtknotebook.h | |
parent | ad5466ca6edbc21ab1ed6ad7626570dff7db3e05 (diff) | |
download | gdk-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.h | 3 |
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 |