Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch)

-owt
This commit is contained in:
Owen Taylor
1998-01-06 21:59:43 +00:00
parent ad5466ca6e
commit d2aa891c8e
2 changed files with 55 additions and 3 deletions

View File

@ -52,6 +52,9 @@ struct _GtkNotebook
struct _GtkNotebookClass
{
GtkContainerClass parent_class;
void (* switch_page) (GtkNotebook *notebook,
GtkNotebookPage *page);
};
struct _GtkNotebookPage