+ static void SetDelay(long WXUNUSED(milliseconds)) {}
+ // set the delay after which the tooltip disappears or how long the tooltip remains visible
+ static void SetAutoPop(long WXUNUSED(milliseconds)) {}
+ // set the delay between subsequent tooltips to appear
+ static void SetReshow(long WXUNUSED(milliseconds)) {}
+
+ //
+ // Implementation
+ //
+ void DisplayToolTipWindow(const wxPoint& rPos);
+ void HideToolTipWindow(void);