]> git.saurik.com Git - wxWidgets.git/commitdiff
use global hwndTT
authorUnknown (MT) <nobody@localhost>
Mon, 13 Sep 1999 07:16:40 +0000 (07:16 +0000)
committerUnknown (MT) <nobody@localhost>
Mon, 13 Sep 1999 07:16:40 +0000 (07:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/tooltip.h

index 8b7f805f1aa277a356605a0bf5ae6153854795c7..41855799d924f2682b76adc0efa99738fc8b2788 100644 (file)
@@ -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
 };
-