// Purpose: interface of wxToolTip
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
@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.