wxWidgets/include/wx/univ
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
..
anybutton.h Fixed buttons having no border in wxUniv by default. 2011-08-25 23:09:00 +00:00
app.h
bmpbuttn.h
button.h
checkbox.h
checklst.h
chkconf.h Disable wxUSE_OWNER_DRAWN for wxUniv to fix the build. 2010-01-28 12:07:16 +00:00
choice.h
colschem.h
combobox.h Replace wxComboBox::IsEmpty() with Is{List,Text}Empty(). 2011-08-21 12:06:16 +00:00
control.h
custombgwin.h Move SetBackgroundBitmap() from wxPanel to new wxCustomBackgroundWindow. 2011-10-11 17:07:43 +00:00
dialog.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
frame.h
gauge.h
inpcons.h
inphand.h
listbox.h
menu.h
menuitem.h
notebook.h Fixed best size of wxUniv's wxNotebook. 2011-08-25 23:32:05 +00:00
panel.h Move SetBackgroundBitmap() from wxPanel to new wxCustomBackgroundWindow. 2011-10-11 17:07:43 +00:00
radiobox.h
radiobut.h
renderer.h
scrarrow.h
scrolbar.h
scrthumb.h
scrtimer.h
setup0.h Added wxRichToolTip class. 2011-10-18 21:57:02 +00:00
setup_inc.h
slider.h Deprecate second parameter of wxSlider::SetTickFreq(). 2011-02-05 16:36:30 +00:00
spinbutt.h
statbmp.h
statbox.h
statline.h
stattext.h Declare wxStaticText in wxUniv as being dynamic, not abstract, class. 2011-01-04 16:21:29 +00:00
statusbr.h Fix wxUniv build after deriving wxStatusBar from wxControl. 2010-11-22 12:51:05 +00:00
stdrend.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
textctrl.h
tglbtn.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
theme.h
toolbar.h
toplevel.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 best sizes for wxUniv controls. 2011-08-25 23:16:44 +00:00