From c399c2de41f84c3ecb6b9a3125af7cce2a26b22e Mon Sep 17 00:00:00 2001 From: "Unknown (MT)" Date: Mon, 13 Sep 1999 07:16:40 +0000 Subject: [PATCH] use global hwndTT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/tooltip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/tooltip.h b/include/wx/msw/tooltip.h index 8b7f805f1a..41855799d9 100644 --- a/include/wx/msw/tooltip.h +++ b/include/wx/msw/tooltip.h @@ -35,6 +35,7 @@ public: void RelayEvent(WXMSG *msg); private: + static HWND hwndTT; // create the tooltip ctrl for our parent frame if it doesn't exist yet // and return its window handle WXHWND GetToolTipCtrl(); @@ -45,4 +46,3 @@ private: wxString m_text; // tooltip text wxWindow *m_window; // window we're associated with }; -