1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Docs: Add a link to TooltipWindow from SettableTooltipClient

This commit is contained in:
Tom Poole 2022-12-22 10:43:34 +00:00
parent bcefe7e892
commit 0cd2b5c2d8

View file

@ -58,6 +58,7 @@ public:
as a base class and calling setTooltip().
Many of the JUCE widgets already use this as a base class to implement their
tooltips. See the TooltipWindow docs for more information about implementing
tooltips.
@see TooltipClient, TooltipWindow