X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db434467a143a2c847c4bcfe987f0202c2d02bf2..91b4c08d6f5ceb50e1fab3d9b6477dd8c0d54a20:/include/wx/gtk1/notebook.h diff --git a/include/wx/gtk1/notebook.h b/include/wx/gtk1/notebook.h index 6e8a0a1f40..45039a0bd7 100644 --- a/include/wx/gtk1/notebook.h +++ b/include/wx/gtk1/notebook.h @@ -38,26 +38,24 @@ class wxNotebookPage; class wxNotebook : public wxControl { public: - // ctors - // ----- - // default for dynamic class - wxNotebook(); - // the same arguments as for wxControl (@@@ any special styles?) - wxNotebook(wxWindow *parent, + // default for dynamic class + wxNotebook(); + // the same arguments as for wxControl + wxNotebook(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "notebook"); - // Create() function - bool Create(wxWindow *parent, + // Create() function + bool Create(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "notebook"); - // dtor - ~wxNotebook(); + // dtor + ~wxNotebook(); // accessors // --------- @@ -128,10 +126,9 @@ public: // get the panel which represents the given page wxWindow *GetPage(int nPage) const; - void OnNavigationKey(wxNavigationKeyEvent& event); - - // overridden from wxWindow to make tabbing work - void SetFocus(); + // handler for tab navigation + // -------------------------- + void OnNavigationKey(wxNavigationKeyEvent& event); // implementation // --------------