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/Fl_Check_Button.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'documentation/Fl_Check_Button.html')
diff --git a/documentation/Fl_Check_Button.html b/documentation/Fl_Check_Button.html
index 475a8c9f6..1f60a548f 100644
--- a/documentation/Fl_Check_Button.html
+++ b/documentation/Fl_Check_Button.html
@@ -20,12 +20,12 @@
Buttons generate callbacks when they are clicked by the user. You
control exactly when and how by changing the values for type()
and when().
-
+
The Fl_Check_Button subclass display the "on" state by
turning on a light, rather than drawing pushed in. The shape of the
"light" is initially set to FL_DIAMOND_DOWN_BOX. The color of the
-light when on is controlled with selection_color(), which
-defaults to FL_RED.
+light when on is controlled with selection_color(), which
+defaults to FL_RED.
Methods