static void Enable(bool flag);
// set the delay after which the tooltip appears
static void SetDelay(long milliseconds);
- static void NotifyWindowDelete( WindowRef win ) ;
+ static void NotifyWindowDelete( WXHWND win ) ;
// implementation only from now on
// -------------------------------
private:
wxString m_text; // tooltip text
wxWindow *m_window; // window we're associated with
+ DECLARE_ABSTRACT_CLASS(wxToolTip)
};