FLTK2.0 Documentation

fltk_shadow.png

www.fltk.org
Revision 17 by Bill Spitzak, Michael Sweet, Craig P. Earls, Matthias Melcher, Nicolas Kaiser, your_name_here
All contents ©1998-2006 by Bill Spitzak and others.
Permission is granted to reproduce this manual
or any portion, for any purpose, provided this
copyright and permission notice are preserved.

Table of Contents

namespace fltk

All classes and interface functions for fltk are in the fltk:: namespace. Some utility functions such as in <fltk/string.h> are not in this namespace.

Put "using namespace fltk;" after the include files, and you will not need to put the "fltk::" in front of everything. All this documentation and sample code has been written as though this using statement is in effect (partly because of limitations in how Doxygen works).

Fltk1.1 emulation is mostly achieved by aliasing the old class name "Fl" to this namespace so that the static methods in Fltk1.1 will work, and by typedefs from the new fltk:\:Widget class names to the older Widget class names.

Copyrights and Trademarks

FLTK is ©1998-2006 by Bill Spitzak and others.

UNIX is a registered trademark of the X Open Group, Inc. Microsoft and Windows are registered trademarks of Microsoft Corporation. OpenGL is a registered trademark of Silicon Graphics, Inc. Other names and terms in this manual are trademarks of their respective organizations.

doxygen.png

Produced from source file comments using Doxygen (www.doxygen.org)


Sun Jan 7 00:55:16 2007. FLTK ©2006 Bill Spitzak and others.
Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.