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)  

id Struct Reference

Collaboration diagram for id:

List of all members.

Public Member Functions

 id (const char *t, void *o)
 ~id ()

Public Attributes

char * text
void * object
idleft
idright

Detailed Description

Definition at line 56 of file code.cxx.


Constructor & Destructor Documentation

id::id ( const char *  t,
void *  o 
) [inline]

Definition at line 60 of file code.cxx.

References left, and right.

id::~id ( )

Definition at line 64 of file code.cxx.

References left, right, and text.


Member Data Documentation

Definition at line 59 of file code.cxx.

Referenced by id(), and ~id().

void* id::object

Definition at line 58 of file code.cxx.

Definition at line 59 of file code.cxx.

Referenced by id(), and ~id().

char* id::text

Definition at line 57 of file code.cxx.

Referenced by ~id().


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