// Purpose: interface of wxToolTip
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
Set the delay after which the tooltip disappears or how long a tooltip
remains visible.
- @note May not be supported on all platforms (eg. wxCocoa, GTK, Palmos).
+ @note May not be supported on all platforms (eg. wxCocoa, GTK).
*/
static void SetAutoPop(long msecs);
@note Currently this function is wxMSW-only.
*/
- static void SetMaxWidth(int width) { ms_maxWidth = width; }
+ static void SetMaxWidth(int width);
/**
Set the delay between subsequent tooltips to appear.
- @note May not be supported on all platforms (eg. wxCocoa, GTK, Palmos).
+ @note May not be supported on all platforms (eg. wxCocoa, GTK).
*/
static void SetReshow(long msecs);