mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 23:33:59 -07:00
We can currently specify a custom tooltip for an icon. This extends that to a generic tag `[tooltip='something']...[/tooltip]` for any particular piece of text, and removes the iconTooltip hardcoding by instead using a virtual `GetTooltipText` call since all IGUIObject descendants have a tooltip. This is both cleaner & more efficient. Removes the ability to set a custom tooltip style (that doesn't seem particularly useful), it'll reuse the style of the CText itself. Differential Revision: https://code.wildfiregames.com/D3895 This was SVN commit r25353. |
||
|---|---|---|
| .. | ||
| IGUIButtonBehavior.cpp | ||
| IGUIButtonBehavior.h | ||
| IGUIObject.cpp | ||
| IGUIObject.h | ||
| IGUIScrollBarOwner.cpp | ||
| IGUIScrollBarOwner.h | ||
| IGUITextOwner.cpp | ||
| IGUITextOwner.h | ||