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-2007 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 functions for running the user interface 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.

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 Fl_Widget class names.

Copyrights and Trademarks

FLTK is ©1998-2008 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)


Wed Jun 17 08:58:15 2009. FLTK ©2007 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.