X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0c5405b727fc4a1ff66c1ded7e2a2da54d0d3718..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/msw/tooltip.h?ds=sidebyside diff --git a/include/wx/msw/tooltip.h b/include/wx/msw/tooltip.h index 13fdd0069d..d3cf88fc24 100644 --- a/include/wx/msw/tooltip.h +++ b/include/wx/msw/tooltip.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: msw/tooltip.h +// Name: wx/msw/tooltip.h // Purpose: wxToolTip class - tooltip control // Author: Vadim Zeitlin // Modified by: @@ -14,6 +14,8 @@ #include "wx/object.h" +class WXDLLIMPEXP_FWD_CORE wxWindow; + class WXDLLEXPORT wxToolTip : public wxObject { public: @@ -40,7 +42,7 @@ public: // ------------------------------- // should be called in responde to WM_MOUSEMOVE - void RelayEvent(WXMSG *msg); + static void RelayEvent(WXMSG *msg); // add a window to the tooltip control void Add(WXHWND hwnd);