wxWidgets/include/wx/private
Vadim Zeitlin e520c3f75c 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
2011-10-18 21:57:02 +00:00
..
fd.h Fix wxFD_CLR() definition for Intel compiler under Linux. 2009-12-06 02:29:42 +00:00
fdiodispatcher.h Extract wxFDIOHandler in its own header. 2009-08-17 23:02:29 +00:00
fdiohandler.h no real change: just fix RCS-ID so that it reflects the current revision number 2010-04-25 21:33:16 +00:00
fdiomanager.h no real change: just fix RCS-ID so that it reflects the current revision number 2010-04-25 21:33:16 +00:00
fileback.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
filename.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
flagscheck.h fix for IBM xlC 8, it can't parse the template syntax 2009-02-19 05:34:25 +00:00
fontmgr.h Removed wxFont::Set/GetNoAntiAliasing() implementations. 2009-10-09 13:04:59 +00:00
fswatcher.h Refactor wxEventLoopSource-related code. 2009-10-22 11:36:35 +00:00
graphics.h Set svn properties on various files throughout the repository (skipped docs/ ). 2011-03-18 15:10:15 +00:00
markupparser.h Add a trivial virtual dtor to wxMarkupParserOutput. 2011-02-27 18:36:52 +00:00
markupparserattr.h Replace template function with template class to placate VC6. 2011-02-27 14:01:36 +00:00
overlay.h fixing file paths after renaming 2008-06-11 19:17:41 +00:00
richtooltip.h Added wxRichToolTip class. 2011-10-18 21:57:02 +00:00
sckaddr.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
selectdispatcher.h Always include sys/time.h and sys/select.h from selectdispatcher.h. 2010-03-20 12:45:28 +00:00
socket.h Virtualize wxSocketImpl creation by routing it via wxSocketManager. 2009-08-16 23:13:45 +00:00
threadinfo.h Set svn properties on various files throughout the repository (skipped docs/ ). 2011-03-18 15:10:15 +00:00
timer.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
window.h Fixed dialog units <-> pixels conversion. 2010-01-24 11:51:09 +00:00
wxprintf.h Correct handling of %hs and %ls in our wxPrintf() implementation. 2010-09-30 14:30:35 +00:00