diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-14 22:14:01 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-14 22:14:01 +0000 |
| commit | 46f509f7de8b069eccaa081bbb7112a532c33e51 (patch) | |
| tree | c4f21d1d9169624f784eb3e67ac4850d871210fb /documentation/forms.html | |
| parent | a98c49d088c9101fea4ac8fd544f42249be1a8fd (diff) | |
More image updates, minor typos, etc.
git-svn-id: file:///fltk/svn/fltk/trunk@227 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/forms.html')
| -rw-r--r-- | documentation/forms.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/forms.html b/documentation/forms.html index bf4202b5f..f08952a94 100644 --- a/documentation/forms.html +++ b/documentation/forms.html @@ -166,7 +166,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: -<TABLE border=1> +<CENTER><TABLE border=1 WIDTH=90%> <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> @@ -177,7 +177,7 @@ lot of errors about "getvaluator". You should substitute: <TR><TD>MOUSE1,RIGHTMOUSE</TD><TD>Fl::event_state()</TD></TR> <TR><TD>MOUSE2,MIDDLEMOUSE</TD><TD>Fl::event_state()</TD></TR> <TR><TD>MOUSE3,LEFTMOUSE</TD><TD>Fl::event_state()</TD></TR> -</TABLE> +</TABLE></CENTER> Anything else in <TT>getvaluator</TT> and you are on your own... <H3>Font Numbers Are Different</H3> The "style" numbers have been changed because I wanted to insert |
