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
This commit is contained in:
Vadim Zeitlin
2009-01-23 13:30:46 +00:00
parent be8b43858c
commit 997fb31f8d

View File

@@ -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: