X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/003a43dc8892fd552555ec3357292fb21cbeb887..f0b078077d0b57e73ce754eb7d5ca2143d933cb2:/include/wx/gtk1/notebook.h diff --git a/include/wx/gtk1/notebook.h b/include/wx/gtk1/notebook.h index 391c893cf9..51b228aee0 100644 --- a/include/wx/gtk1/notebook.h +++ b/include/wx/gtk1/notebook.h @@ -31,6 +31,7 @@ class wxNotebookPage; // ---------------------------------------------------------------------------- // notebook events // ---------------------------------------------------------------------------- + class wxNotebookEvent : public wxCommandEvent { public: @@ -62,17 +63,17 @@ public: wxNotebook(); // the same arguments as for wxControl (@@@ any special styles?) wxNotebook(wxWindow *parent, - const wxWindowID id, + wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - const long style = 0, + long style = 0, const wxString& name = "notebook"); // Create() function bool Create(wxWindow *parent, - const wxWindowID id, + wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - const long style = 0, + long style = 0, const wxString& name = "notebook"); // dtor ~wxNotebook(); @@ -139,10 +140,6 @@ public: // base class virtuals virtual void AddChild(wxWindow *child); -protected: - // wxWin callbacks - void OnSize(wxSizeEvent& event); - private: // common part of all ctors void Init();