fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

Fl.H File Reference

#include "fl_utf8.h"
#include "Enumerations.H"
Include dependency graph for Fl.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Fl
class  Fl_Widget_Tracker

Defines

#define Fl_Object   Fl_Widget

Typedefs

typedef void( Fl_Label_Draw_F )(const Fl_Label *label, int x, int y, int w, int h, Fl_Align align)
typedef void( Fl_Label_Measure_F )(const Fl_Label *label, int &width, int &height)
typedef void( Fl_Box_Draw_F )(int x, int y, int w, int h, Fl_Color color)
typedef void(* Fl_Timeout_Handler )(void *data)
typedef void(* Fl_Awake_Handler )(void *data)
typedef void(* Fl_Idle_Handler )(void *data)
typedef void(* Fl_Old_Idle_Handler )()
typedef void(* Fl_FD_Handler )(int fd, void *data)
typedef int(* Fl_Event_Handler )(int event)
typedef void(* Fl_Abort_Handler )(const char *format,...)
typedef void(* Fl_Atclose_Handler )(Fl_Window *window, void *data)
typedef int(* Fl_Args_Handler )(int argc, char **argv, int &i)

Define Documentation

#define Fl_Object   Fl_Widget

for back compatibility - use Fl_Widget!

Definition at line 42 of file Fl.H.