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

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

Go to the source code of this file.

Classes

class  Fl_Counter

Defines

#define FL_NORMAL_COUNTER   0
#define FL_SIMPLE_COUNTER   1

Define Documentation

#define FL_NORMAL_COUNTER   0

type() for counter with fast buttons

Definition at line 41 of file Fl_Counter.H.

Referenced by Fl_Counter::draw().

#define FL_SIMPLE_COUNTER   1

type() for counter without fast buttons

Definition at line 42 of file Fl_Counter.H.

Referenced by Fl_Simple_Counter::Fl_Simple_Counter().