X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be8b43858c480325553a66a43c9fcd92d036b885..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/tooltip.h diff --git a/interface/wx/tooltip.h b/interface/wx/tooltip.h index cb4abd73ae..bb255cd08b 100644 --- a/interface/wx/tooltip.h +++ b/interface/wx/tooltip.h @@ -3,7 +3,7 @@ // Purpose: interface of wxToolTip // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -48,7 +48,7 @@ public: 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); @@ -72,12 +72,12 @@ public: @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);