|
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) ![]() |

Public Attributes | |
| double | time |
| void(* | cb )(void *) |
| void * | arg |
| Timeout * | next |
| void* Timeout::arg |
Definition at line 193 of file Fl.cxx.
Referenced by Fl::remove_timeout(), Fl::repeat_timeout(), and Fl::wait().
| void(* Timeout::cb)(void *) |
Definition at line 192 of file Fl.cxx.
Referenced by Fl::remove_timeout(), Fl::repeat_timeout(), and Fl::wait().
Definition at line 194 of file Fl.cxx.
Referenced by Fl::has_timeout(), Fl::remove_timeout(), Fl::repeat_timeout(), and Fl::wait().
| double Timeout::time |
Definition at line 191 of file Fl.cxx.
Referenced by Fl::ready(), Fl::repeat_timeout(), and Fl::wait().