diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-05-06 16:25:05 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-05-06 16:25:05 +0000 |
| commit | 336996c7abb716844d3389df7bd7779298af3dcf (patch) | |
| tree | 9afcd37ade9fcc63de2a0cfbf9962787ffff52d4 /documentation/forms.html | |
| parent | ecfb817427bfe9eb3fe961bef2a25c36b73453c4 (diff) | |
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
Diffstat (limited to 'documentation/forms.html')
| -rw-r--r-- | documentation/forms.html | 3 |
1 files changed, 1 insertions, 2 deletions
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 <P>The prototype for the functions passed to <TT>fl_add_timeout()</TT> and <TT>fl_set_idle_callback()</TT> callback are different. </P> <P><B>All the following XForms calls are missing:</B></P> -<P> <UL> <LI><TT>FL_REVISION</TT>, <TT>fl_library_version()</TT></LI> <LI><TT>FL_RETURN_DBLCLICK</TT> (use <TT>Fl::event_clicks()</TT>) </LI> @@ -166,7 +165,7 @@ have to rewrite things a lot. </P> <H3>You Cannot Use <device.h></H3> If you have written your own "free" widgets you will probably get a lot of errors about "getvaluator". You should substitute: -<CENTER><TABLE border=1 WIDTH=90%> +<CENTER><TABLE border=1 WIDTH=90% summary="Mapping of Forms valuators to FLTK."> <TR><TH align=center>Forms</TH><TH align=center>FLTK</TH></TR> <TR><TD>MOUSE_X</TD><TD>Fl::event_x_root()</TD></TR> <TR><TD>MOUSE_Y</TD><TD>Fl::event_y_root()</TD></TR> |
