X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a403e3f2a584c2191a655528ec003cb08c373e9..e81a301cbdc8729b0a71fa5dfd7124bf59368673:/include/wx/msw/window.h diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index cbe843dd7b..28045117b7 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -464,6 +464,12 @@ protected: #if wxUSE_TOOLTIPS virtual void DoSetToolTip( wxToolTip *tip ); + + // process TTN_NEEDTEXT message properly (i.e. fixing the bugs in + // comctl32.dll in our code -- see the function body for more info) + bool HandleTooltipNotify(WXUINT code, + WXLPARAM lParam, + const wxString& ttip); #endif // wxUSE_TOOLTIPS // the helper functions used by HandleChar/KeyXXX methods