Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch)
-owt
This commit is contained in:
@ -52,6 +52,9 @@ struct _GtkNotebook
|
||||
struct _GtkNotebookClass
|
||||
{
|
||||
GtkContainerClass parent_class;
|
||||
|
||||
void (* switch_page) (GtkNotebook *notebook,
|
||||
GtkNotebookPage *page);
|
||||
};
|
||||
|
||||
struct _GtkNotebookPage
|
||||
|
||||
Reference in New Issue
Block a user