X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..3848ffef9f9555f6c63daebd0f4e6a1fe2d183cc:/include/wx/gtk/notebook.h diff --git a/include/wx/gtk/notebook.h b/include/wx/gtk/notebook.h index bea1b55ffa..e423b69564 100644 --- a/include/wx/gtk/notebook.h +++ b/include/wx/gtk/notebook.h @@ -31,6 +31,7 @@ class wxNotebookPage; // ---------------------------------------------------------------------------- // notebook events // ---------------------------------------------------------------------------- + class wxNotebookEvent : public wxCommandEvent { public: @@ -136,12 +137,15 @@ public: // get the panel which represents the given page wxWindow *GetPage(int nPage) const; - // base class virtuals - virtual void AddChild(wxWindow *child); + // implementation + // -------------- + // callbacks + void OnSize(wxSizeEvent&); -protected: - // wxWin callbacks - void OnSize(wxSizeEvent& event); + // base class virtuals + virtual void AddChild(wxWindow *child); + virtual void SetConstraintSizes(bool recurse); + virtual bool DoPhase(int phase); private: // common part of all ctors