X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e97a905185a72c04a7feb67c7885ab4412100ee..101872998b66ce9abf3d1280956de6495f40ddf8:/include/wx/osx/carbon/notebook.h diff --git a/include/wx/osx/carbon/notebook.h b/include/wx/osx/carbon/notebook.h index 49750b8439..6a7d4a2e44 100644 --- a/include/wx/osx/carbon/notebook.h +++ b/include/wx/osx/carbon/notebook.h @@ -117,7 +117,9 @@ public: // base class virtuals // ------------------- virtual void Command(wxCommandEvent& event); - virtual wxInt32 MacControlHit(WXEVENTHANDLERREF handler, WXEVENTREF event); + // osx specific event handling common for all osx-ports + + virtual bool HandleClicked( double timestampsec ); protected: virtual wxNotebookPage *DoRemovePage(size_t page) ;