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)  

Check Struct Reference

Collaboration diagram for Check:

List of all members.

Public Attributes

void(* cb )(void *)
void * arg
Checknext

Detailed Description

Definition at line 290 of file Fl.cxx.


Member Data Documentation

void* Check::arg

Definition at line 292 of file Fl.cxx.

Referenced by Fl::add_check(), Fl::has_check(), and Fl::remove_check().

void(* Check::cb)(void *)

Definition at line 291 of file Fl.cxx.

Referenced by Fl::add_check(), Fl::has_check(), and Fl::remove_check().

Definition at line 293 of file Fl.cxx.

Referenced by Fl::add_check(), Fl::has_check(), and Fl::remove_check().


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