Matthias Melcher
unread,Oct 25, 2025, 8:53:43 PMOct 25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fltk.general
Oh, and you can also get the FL_BEFORE_TOLTIP event for any widget. It gives you the opportunity to change the tooltip before it is displayed. For example, you have a 3d scene in a graphics window, and the user hovers the mouse, triggering a tooltip. You can now use FL_BEFORE_TOLTIP to change the text in the tooltip window to the mouse coordinates, for example.