From 336996c7abb716844d3389df7bd7779298af3dcf Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 6 May 2001 16:25:05 +0000 Subject: Update documentation files to eliminate most of the warnings and errors reported by HTML Tidy. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1454 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/common.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation/common.html') diff --git a/documentation/common.html b/documentation/common.html index 5677344e0..c2560980f 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -13,7 +13,7 @@ and covers how to query and set the standard attributes. Enter key.
  • Fl_Round_Button - A button with a check circle.
  • -

    +

    FLTK Buttons

    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: @@ -75,7 +75,7 @@ strings. FLTK provides the following valuators:

  • Fl_Slider - A scrollbar with a knob.
  • Fl_Value_Slider - A slider that shows the current value.
  • -

    +

    FLTK Valuators

    The value() method gets and sets the current value of the widget. The minimum() and @@ -143,7 +143,7 @@ button->labelcolor(FL_WHITE);

    The type Fl_Boxtype stored and returned in Fl_Widget::box() is an enumeration defined in <Enumerations.H>: -

    +

    FLTK Box Types

    FL_NO_BOX means nothing is drawn at all, so whatever is already on the screen remains. The FL_..._FRAME types only draw their edges, leaving the interior unchanged. In the above diagram @@ -280,14 +280,14 @@ type.

    The Fl::set_labeltype method can also be used to overload an existing label type such as FL_NORMAL_LABEL.

    Symbol Labels

    -The FL_SYMBOL_LABEL label type uses the label() - string to look up a small drawing procedure in a hash table. For +

    The FL_SYMBOL_LABEL label type uses the label() +string to look up a small drawing procedure in a hash table. For historical reasons the string always starts with '@'; if it starts with something else (or the symbol is not found) the label is drawn normally: -

    - The @ sign may be followed by the following optional "formatting" -characters, in this order:

    +
    FLTK Symbols
    +

    The @ sign may be followed by the following optional "formatting" +characters, in this order: