|
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) ![]() |
#include "Fl_Valuator.H"

Go to the source code of this file.
Classes | |
| class | Fl_Dial |
Defines | |
| #define | FL_NORMAL_DIAL 0 |
| #define | FL_LINE_DIAL 1 |
| #define | FL_FILL_DIAL 2 |
| #define FL_FILL_DIAL 2 |
type() for dial variant with filled arc
Definition at line 41 of file Fl_Dial.H.
Referenced by Fl_Dial::draw(), and Fl_Fill_Dial::Fl_Fill_Dial().
| #define FL_LINE_DIAL 1 |
type() for dial variant with line
Definition at line 40 of file Fl_Dial.H.
Referenced by Fl_Line_Dial::Fl_Line_Dial().