From: Vadim Zeitlin Date: Fri, 23 Jan 2009 13:30:46 +0000 (+0000) Subject: added (wxMSW-only) wxToolTip::SetMaxWidth() and improve its default behaviour (#2817) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/997fb31f8d713068259d1f969a56e129e8394701 added (wxMSW-only) wxToolTip::SetMaxWidth() and improve its default behaviour (#2817) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 4b83dbb347..4221fca256 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -485,6 +485,7 @@ wxMSW: preview inaccuracies on Windows; on other platforms, native preview should be used. - Implement wxFileName::SetTimes() for directories (Steve Lamerton). +- Added wxToolTip::SetMaxWidth() and improved default wrapping (Joachim Hönig). wxX11: