- // remove this tooltip from the tooltip control
- void Remove();
-
- wxString m_text; // tooltip text
- wxWindow *m_window; // window we're associated with
-};
+ HWND m_hWnd;
+ wxString m_sText; // tooltip text
+ wxWindow* m_pWindow; // window we're associated with
+}; // end of CLASS wxToolTip