-
FLUID
#include the
.cxx file so it still appears to be a single source
file.
Normally the FLUID file defines one or more functions or classes which
output C++ code. Each function defines a one or more F...
-
Introduction to FLTK
1 - Introduction to FLTK
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd
C++ graphical user interface toolkit for X (UNIX®), OpenGL®, and
Microsoft® Windows® NT 4.0, 95, or 98. ...
-
Fl_List
class Fl_List
#include <FL/Fl_Menu_.H>
Description
Allows an Fl_Browser or Fl_Choice or other subclass of Fl_Menu_ to display a hierarchy of data that is
managed by the application rather than FLTK...
-
FLTK Widgets & Attributes
3 - Common Widgets and Attributes
This chapter describes many of the widgets that are provided with FLTK
and covers how to query and set the standard attributes.
Buttons
FLTK provides many types ...
-
Fl::functions
B - The Fl:: Functions
This appendix describes all of the
Fl::xyz functions. These
functions mostly are concerned with event handling and waiting for
events.
Fl:: should be considered a namespace...
-
Drawing Things in FLTK
D - Drawing Things in FLTK
This chapter covers the drawing functions that are provided with FLTK.
When Can You Draw Things in FLTK?
There are only certain places you can execute drawing code in ...