Added wxRichToolTip class.
It can be used to show more customizable tooltips than the native wxToolTip but at the price of using generic implementation in some cases (actually almost always now, with the exceptions of text control tooltips under MSW). Extra features include: - The balloon-like tooltip form. - Possibility to show an icon. - Title display in a different form. More customization could be added later. It should be also possible to fully implement this class natively under MSW. Update the dialogs sample to show the rich tooltips in action. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -459,10 +459,12 @@ All (GUI):
|
||||
- Added wxWebView library (Steven Lamerton & Auria, GSoC 2011 project).
|
||||
- Added wxTreeListCtrl class.
|
||||
- Added wxTimePickerCtrl class.
|
||||
- Added wxRichToolTip class.
|
||||
- Added documented, public wxNavigationEnabled<> class.
|
||||
- Added wxTextCtrl::PositionToCoords() (Navaneeth).
|
||||
- Added support for wxHELP button to wxMessageDialog.
|
||||
- Added wxBannerWindow class.
|
||||
- Allow setting window shape to arbitrary wxGraphicsPath.
|
||||
- Added wxTextEntry::AutoCompleteDirectories().
|
||||
- Support float, double and file name values in wxGenericValidator (troelsk).
|
||||
- Fix keyboard navigation in wxGrid with hidden columns (ivan_14_32).
|
||||
|
Reference in New Issue
Block a user