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; }
 
  102  static Fl_Window* current_window(
void);
 
  110  static void enter_(Fl_Widget* w);
 
  111  static void exit_(Fl_Widget *w);
 
  112  static void set_enter_exit_once_();
 
  116  static float hoverdelay_; 
 
  121  static Fl_Widget* widget_; 
 
  122#if FLTK_ABI_VERSION >= 10301 
  123  static int margin_width_;     
 
  124  static int margin_height_;    
 
  125  static int wrap_width_;       
 
 
FL_EXPORT Fl_Fontsize FL_NORMAL_SIZE
normal font size
Definition Fl_Widget.cxx:117
int Fl_Font
A font number is an index into the internal font table.
Definition Enumerations.H:884
unsigned int Fl_Color
An FLTK color value; see also Colors.
Definition Enumerations.H:941
int Fl_Fontsize
Size of a font in pixels.
Definition Enumerations.H:913
@ OPTION_SHOW_TOOLTIPS
If tooltips are enabled (default), hovering the mouse over a widget with a tooltip text will open a l...
Definition Fl.H:227
static bool option(Fl_Option opt)
FLTK library options management.
Definition Fl.cxx:2211