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 
   83   static int margin_width() { 
return margin_width_; }
 
   85   static void margin_width(
int v) { margin_width_ = v; }
 
   87   static int margin_height() { 
return margin_height_; }
 
   89   static void margin_height(
int v) { margin_height_ = v; }
 
   91   static int wrap_width() { 
return wrap_width_; }
 
   93   static void wrap_width(
int v) { wrap_width_ = v; }
 
   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:207
static bool option(Fl_Option opt)
FLTK library options management. 
Definition: Fl.cxx:2099
int Fl_Fontsize
Size of a font in pixels. 
Definition: Enumerations.H:768
FL_EXPORT Fl_Fontsize FL_NORMAL_SIZE
normal font size 
Definition: Fl_Widget.cxx:102
unsigned int Fl_Color
An FLTK color value; see also Colors. 
Definition: Enumerations.H:796
int Fl_Font
A font number is an index into the internal font table. 
Definition: Enumerations.H:739