44 static float delay() {
return delay_; }
46 static void delay(
float f) { delay_ = f; }
64 static void enter_area(
Fl_Widget* w,
int X,
int Y,
int W,
int H,
const char* tip);
98 static void set_enter_exit_once_();
102 static float hoverdelay_;
110extern void (*fl_show_tooltip)(
const char *s );
111extern void (*fl_hide_tooltip)( void );
FL_EXPORT Fl_Fontsize FL_NORMAL_SIZE
normal font size
Definition Fl_Widget.cxx:111
int Fl_Font
A font number is an index into the internal font table.
Definition Enumerations.H:707
unsigned int Fl_Color
an FLTK color value
Definition Enumerations.H:764
int Fl_Fontsize
Size of a font in pixels.
Definition Enumerations.H:736
This widget produces an actual window.
Definition Fl_Window.H:58
@ OPTION_SHOW_TOOLTIPS
If tooltips are enabled, hovering the mouse over a widget with a tooltip text will open a little tool...
Definition Fl.H:184
static bool option(Fl_Option opt)
FLTK library options management.
Definition Fl.cxx:1980