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_;
This widget produces an actual window.
Definition: Fl_Window.H:58
If tooltips are enabled, hovering the mouse over a widget with a tooltip text will open a little tool...
Definition: Fl.H:186
static bool option(Fl_Option opt)
FLTK library options management.
Definition: Fl.cxx:1934
int Fl_Fontsize
Size of a font in pixels.
Definition: Enumerations.H:741
FL_EXPORT Fl_Fontsize FL_NORMAL_SIZE
normal font size
Definition: Fl_Widget.cxx:111
unsigned int Fl_Color
an FLTK color value
Definition: Enumerations.H:769
int Fl_Font
A font number is an index into the internal font table.
Definition: Enumerations.H:712