- // create the tooltip ctrl for our parent frame if it doesn't exist yet
- // and return its window handle
- WXHWND GetToolTipCtrl();
-
- // remove this tooltip from the tooltip control
- void Remove();
-
- wxString m_text; // tooltip text
- wxWindow *m_window; // window we're associated with
-};