Re: wxEuphoria:How to Set a Tooltip
- Posted by ghaberek (admin) Apr 08, 2022
- 991 views
euphoric said...
How do I assign or attach a tooltip to a control?
IIRC you just need to call set_tip on the control and the system will display it automatically.
euphoric said...
It looks like I have to create the tooltip as a control itself
You might be confusing "set tip" which handled by the system automatically versus "show tip" which is triggered manual by code using wxTipProvider, which is not implemented.
-Greg