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/forms.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to 'documentation/forms.html')
diff --git a/documentation/forms.html b/documentation/forms.html
index f08952a94..9b405416b 100644
--- a/documentation/forms.html
+++ b/documentation/forms.html
@@ -68,7 +68,6 @@ all occurances of "->fdui" and edit to use "->user_data()&q
The prototype for the functions passed to fl_add_timeout()
and fl_set_idle_callback() callback are different.
All the following XForms calls are missing:
-
- FL_REVISION, fl_library_version()
- FL_RETURN_DBLCLICK (use Fl::event_clicks())
@@ -166,7 +165,7 @@ have to rewrite things a lot.
You Cannot Use <device.h>
If you have written your own "free" widgets you will probably get a
lot of errors about "getvaluator". You should substitute:
-
+
| Forms | FLTK |
| MOUSE_X | Fl::event_x_root() |
| MOUSE_Y | Fl::event_y_root() |
--
cgit v1.2.3