/////////////////////////////////////////////////////////////////////////////
-// Name: notebook.h
+// Name: wx/gtk/notebook.h
// Purpose: wxNotebook class
// Author: Robert Roebling
// Modified by:
// common part of all ctors
void Init();
+ // Called by GTK event handler when the current page is definitely changed.
+ void GTKOnPageChanged();
+
// helper function
wxGtkNotebookPage* GetNotebookPage(int page) const;