Broken reference in Tooltip class documentation
Issue #1145
new
The documentation for the Tooltip
class says this:
For Tooltip to work properly, you must specify a default tool-tip widget type via System::setTooltip, or by setting a custom tool-tip object for your Window(s).
This is wrong since CEGUI 0.8 as System::setTooltip
is gone and has been replaced by GUIContext::setDefaultTooltipObject
.
Greetings Marvin
Comments (1)
-
- Log in to comment
Thanx for reporting!