X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a8c929eb49b1ecfad4fa3c3d4e7dbd11213653a..110f32055efdffb06ab5c98fb45de2bb2b7a57d9:/include/wx/gtk/notebook.h diff --git a/include/wx/gtk/notebook.h b/include/wx/gtk/notebook.h index e423b69564..a30a9d6ba0 100644 --- a/include/wx/gtk/notebook.h +++ b/include/wx/gtk/notebook.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: tabctrl.h -// Purpose: wxTabCtrl class +// Name: notebook.h +// Purpose: wxNotebook class // Author: Robert Roebling // Modified by: // RCS-ID: $Id$ @@ -8,8 +8,8 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#ifndef __TABCTRLH__ -#define __TABCTRLH__ +#ifndef __NOTEBOOKH__ +#define __NOTEBOOKH__ #ifdef __GNUG__ #pragma interface "notebook.h" @@ -139,9 +139,6 @@ public: // implementation // -------------- - // callbacks - void OnSize(wxSizeEvent&); - // base class virtuals virtual void AddChild(wxWindow *child); virtual void SetConstraintSizes(bool recurse); @@ -159,7 +156,6 @@ private: uint m_idHandler; // the change page handler id DECLARE_DYNAMIC_CLASS(wxNotebook) - DECLARE_EVENT_TABLE() }; // ---------------------------------------------------------------------------- @@ -186,4 +182,4 @@ typedef void (wxEvtHandler::*wxNotebookEventFunction)(wxNotebookEvent&); }, #endif - // __TABCTRLH__ + // __NOTEBOOKH__