39   static float delay() { 
return delay_; }
    41   static void delay(
float f) { delay_ = f; }
    59   static void enter_area(
Fl_Widget* w, 
int X, 
int Y, 
int W, 
int H, 
const char* tip);
    81 #if FLTK_ABI_VERSION >= 10301    95   static int margin_width() { 
return 3; }
    96   static int margin_height() { 
return 3; }
    97   static int wrap_width() { 
return 400; }
   112   static void set_enter_exit_once_();
   116   static float hoverdelay_; 
   122 #if FLTK_ABI_VERSION >= 10301   123   static int margin_width_;     
   124   static int margin_height_;    
   125   static int wrap_width_;       
 
This widget produces an actual window. 
Definition: Fl_Window.H:57
If tooltips are enabled (default), hovering the mouse over a widget with a tooltip text will open a l...
Definition: Fl.H:220
static bool option(Fl_Option opt)
 FLTK library options management. 
Definition: Fl.cxx:2166
int Fl_Fontsize
Size of a font in pixels. 
Definition: Enumerations.H:906
FL_EXPORT Fl_Fontsize FL_NORMAL_SIZE
normal font size 
Definition: Fl_Widget.cxx:117
unsigned int Fl_Color
An FLTK color value; see also Colors. 
Definition: Enumerations.H:934
int Fl_Font
A font number is an index into the internal font table. 
Definition: Enumerations.H:877