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)  

Timeout Struct Reference

Collaboration diagram for Timeout:

List of all members.

Public Attributes

double time
void(* cb )(void *)
void * arg
Timeoutnext

Detailed Description

Definition at line 190 of file Fl.cxx.


Member Data Documentation

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().

double Timeout::time

Definition at line 191 of file Fl.cxx.

Referenced by Fl::ready(), Fl::repeat_timeout(), and Fl::wait().


The documentation for this struct was generated from the following file: