From 92ab051e21b5b2d7df9fa6aa8d7dacc10305a539 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 27 Jan 1999 14:24:00 +0000 Subject: Updated symbols image, and fixed a few more typos. git-svn-id: file:///fltk/svn/fltk/trunk@250 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Valuator.html | 4 +- documentation/common.html | 4 +- documentation/events.html | 199 +++++++++++++++++++++-------------------- documentation/fluid.html | 36 ++++---- documentation/symbols.gif | Bin 5956 -> 6281 bytes 5 files changed, 125 insertions(+), 118 deletions(-) diff --git a/documentation/Fl_Valuator.html b/documentation/Fl_Valuator.html index ccc6a2867..02584e38e 100644 --- a/documentation/Fl_Valuator.html +++ b/documentation/Fl_Valuator.html @@ -23,8 +23,8 @@ The Fl_Valuator class controls a single floating-point value and provides a consistent interface to set the value, range, and step, and insures that callbacks are done the same for every object. -

There are probably more of these classes in fltk than any others:

-

+

There are probably more of these classes in FLTK than any others:

+

In the above diagram each box surrounds an actual subclass. These are further differentiated by setting the type() of the widget to the symbolic value labeling the diff --git a/documentation/common.html b/documentation/common.html index b98ec9c75..21916922d 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -13,8 +13,8 @@ and covers how to query and set the standard attributes. Enter key.

  • Fl_Round_Button - A button with a check circle.
  • -

    -For all of these buttons you just need to include the corresponding +

    +

    For all of these buttons you just need to include the corresponding <FL/Fl_xyz_Button.H> header file. The constructor takes the bounding box of the button and optionally a label string: