|
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/Fl.H>#include <FL/Fl_Timer.H>#include <FL/fl_draw.H>#include <time.h>#include <sys/time.h>#include <stdio.h>
Go to the source code of this file.
Defines | |
| #define | FL_TIMER_BLINKRATE 0.2 |
Functions | |
| void | fl_gettime (long *sec, long *usec) |
| #define FL_TIMER_BLINKRATE 0.2 |
Definition at line 48 of file forms_timer.cxx.
Referenced by Fl_Timer::draw(), Fl_Timer::suspended(), and Fl_Timer::value().
| void fl_gettime | ( | long * | sec, |
| long * | usec | ||
| ) |
Definition at line 50 of file forms_timer.cxx.
References NULL.
Referenced by Fl_Timer::suspended(), and Fl_Timer::value().