diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-13 20:55:40 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-13 20:55:40 +0000 |
| commit | fae4b6ae7e035a78b518049dd521004ecba87cf1 (patch) | |
| tree | 455f6f91b8b0a9e2985135d3a88f05562feaa63a /documentation/forms.html | |
| parent | 4df8d6d80abef23616b34067c7fa2b9fc07b48dc (diff) | |
Final changes for next beta release - typos and more updated images.
git-svn-id: file:///fltk/svn/fltk/trunk@224 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/forms.html')
| -rw-r--r-- | documentation/forms.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/forms.html b/documentation/forms.html index 6fd5282d7..bf4202b5f 100644 --- a/documentation/forms.html +++ b/documentation/forms.html @@ -31,7 +31,7 @@ use the inline functions and instead use "pure" FLTK. This will make it a lot cleaner and make it easier to figure out how to call the FLTK functions. Unfortunately this conversion is harder than expected and even Digital Domain's inhouse code still uses <TT>forms.H</TT> a lot. </P> -<H2>Problems you will encounter</H2> +<H2>Problems You Will Encounter</H2> <P>Many parts of XForms use X-specific structures like <TT>XEvent</TT> in their interface. I did not emulate these! Unfortunately these features (such as the "canvas" widget) are needed by most large @@ -125,7 +125,7 @@ encountered when going from old Forms to XForms: unless "foreground()" was called. FLTK acts like "foreground()" is called all the time. If you really want the fork behavior do "if (fork()) exit(0)" right at the start of your program. -<H3>You Cannot Use IRISGL windows or fl_queue</H3> +<H3>You Cannot Use IRISGL Windows or fl_queue</H3> If a Forms (not XForms) program if you wanted your own window for displaying things you would create a IRISGL window and draw in it, periodically calling Forms to check if the user hit buttons on the @@ -197,4 +197,4 @@ fl_font_name(10,"*bookman-demi-r-no*"); fl_font_name(11,"*bookman-light-i-no*"); </PRE> </UL> -</BODY></HTML>
\ No newline at end of file +</BODY></HTML> |
