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: