X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91c9dbdc972a105ff216749e05a3a2a06e1c602c..06f6df7d4657582a637ac79f3452b61b1cbb10cc:/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);