X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7015ef3aaeb73adc897554d24bc6dc8b3edf68fe..b8bdaa7c2b5050ed81ae6ec4f2f2557554e465f2:/include/wx/msw/notebook.h diff --git a/include/wx/msw/notebook.h b/include/wx/msw/notebook.h index 29c85cc057..86f6458956 100644 --- a/include/wx/msw/notebook.h +++ b/include/wx/msw/notebook.h @@ -147,7 +147,6 @@ public: // --------- void OnSize(wxSizeEvent& event); void OnSelChange(wxNotebookEvent& event); - void OnSetFocus(wxFocusEvent& event); void OnNavigationKey(wxNavigationKeyEvent& event); // base class virtuals @@ -156,6 +155,7 @@ public: virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result); virtual bool MSWOnScroll(int orientation, WXWORD nSBCode, WXWORD pos, WXHWND control); + virtual bool MSWTranslateMessage(WXMSG *wxmsg); #if wxUSE_CONSTRAINTS virtual void SetConstraintSizes(bool recurse = TRUE);