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_Free.H File Reference

#include "Fl_Widget.H"
Include dependency graph for Fl_Free.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Fl_Free

Defines

#define FL_NORMAL_FREE   1
#define FL_SLEEPING_FREE   2
#define FL_INPUT_FREE   3
#define FL_CONTINUOUS_FREE   4
#define FL_ALL_FREE   5
#define FL_MOUSE   FL_DRAG
#define FL_DRAW   100
#define FL_STEP   101
#define FL_FREEMEM   102
#define FL_FREEZE   103
#define FL_THAW   104

Typedefs

typedef int(* FL_HANDLEPTR )(Fl_Widget *, int, float, float, char)

Define Documentation

#define FL_ALL_FREE   5

FL_INPUT_FREE and FL_CONTINOUS_FREE

Definition at line 42 of file Fl_Free.H.

Referenced by Fl_Free::Fl_Free(), and Fl_Free::handle().

#define FL_CONTINUOUS_FREE   4

repeated timeout handling

Definition at line 41 of file Fl_Free.H.

Referenced by Fl_Free::Fl_Free().

#define FL_DRAW   100

for backward compatibility [UNUSED]

Definition at line 79 of file Fl_Free.H.

Referenced by Fl_Free::draw().

#define FL_FREEMEM   102

for backward compatibility [UNUSED]

Definition at line 81 of file Fl_Free.H.

Referenced by Fl_Free::~Fl_Free().

#define FL_FREEZE   103

for backward compatibility [UNUSED]

Definition at line 82 of file Fl_Free.H.

#define FL_INPUT_FREE   3

accepts FL_FOCUS events

Definition at line 40 of file Fl_Free.H.

Referenced by Fl_Free::handle().

#define FL_MOUSE   FL_DRAG

for backward compatibility

Definition at line 78 of file Fl_Free.H.

#define FL_NORMAL_FREE   1

normal event handling

Definition at line 38 of file Fl_Free.H.

#define FL_SLEEPING_FREE   2

deactivate event handling

Definition at line 39 of file Fl_Free.H.

Referenced by Fl_Free::Fl_Free().

#define FL_STEP   101

for backward compatibility

Definition at line 80 of file Fl_Free.H.

#define FL_THAW   104

for backward compatibility [UNUSED]

Definition at line 83 of file Fl_Free.H.


Typedef Documentation

typedef int(* FL_HANDLEPTR)(Fl_Widget *, int, float, float, char)

appropriate signature for handle function

Definition at line 45 of file Fl_Free.H.