Setting Tooltips
This section covers the following topics:
Creating a Tooltip
IlvToolTip* tooltip = new IlvToolTip(“This is a test”);
Attaching a Tooltip to a Gadget
gadget->setNamedProperty(new IlvTooltip(“This is a test”));
Enabling and Disabling Tooltips
Specific Tooltips
Some gadgets have their own tooltip mechanism, including IlvToolBar, IlvTreeGadget, IlvMatrix, IlvStringList, and IlvPopupMenu.
For more information, refer to the sections dedicated to these gadgets.