Fl_Tooltip
#include <FL/Fl_Tooltip.H>
The Fl_Tooltip class provides tooltip support for all FLTK widgets.
Gets or sets the background color for tooltips. The label color is set to white or black depending on the background color. The default background color is a pale yellow.
Gets or sets the tooltip delay. The default delay is 0.5 seconds.
Disables tooltips on all widgets.
Returns non-zero if tooltips are enabled.
Enables tooltips on all widgets.
This method is called when the mouse pointer enters a widget.
This method is called when the mouse pointer leaves a widget.
Gets or sets the typeface for the tooltip text.
Gets or sets the size of the tooltip text.