// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#ifndef __NOTEBOOKH__
-#define __NOTEBOOKH__
+#ifndef __GTKNOTEBOOKH__
+#define __GTKNOTEBOOKH__
#ifdef __GNUG__
-#pragma interface "notebook.h"
+#pragma interface
#endif
#include "wx/defs.h"
// get the panel which represents the given page
wxWindow *GetPage(int nPage) const;
+
// implementation
- void AddChild(wxWindow *child);
void SetConstraintSizes(bool recurse);
bool DoPhase(int phase);
void ApplyWidgetStyle();
-
-private:
// common part of all ctors
void Init();
},
#endif
- // __NOTEBOOKH__
+ // __GTKNOTEBOOKH__