|
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_Widget.H"

Go to the source code of this file.
Classes | |
| class | Fl_Clock_Output |
| This widget can be used to display a program-supplied time. More... | |
| class | Fl_Clock |
| This widget provides a round analog clock display. More... | |
Defines | |
| #define | FL_SQUARE_CLOCK 0 |
| #define | FL_ROUND_CLOCK 1 |
| #define | FL_ANALOG_CLOCK FL_SQUARE_CLOCK |
| #define | FL_DIGITAL_CLOCK FL_SQUARE_CLOCK |
| #define FL_ANALOG_CLOCK FL_SQUARE_CLOCK |
An analog clock is square
Definition at line 41 of file Fl_Clock.H.
| #define FL_DIGITAL_CLOCK FL_SQUARE_CLOCK |
Not yet implemented
Definition at line 42 of file Fl_Clock.H.
| #define FL_ROUND_CLOCK 1 |
type() of Round Clock variant
Definition at line 40 of file Fl_Clock.H.
Referenced by Fl_Clock_Output::draw(), Fl_Clock::Fl_Clock(), and Fl_Round_Clock::Fl_Round_Clock().
| #define FL_SQUARE_CLOCK 0 |
type() of Square Clock variant
Definition at line 39 of file Fl_Clock.H.