From fae4b6ae7e035a78b518049dd521004ecba87cf1 Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Wed, 13 Jan 1999 20:55:40 +0000
Subject: 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
---
documentation/forms.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'documentation/forms.html')
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 forms.H a lot.
-Problems you will encounter
+Problems You Will Encounter
Many parts of XForms use X-specific structures like XEvent
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.
-
You Cannot Use IRISGL windows or fl_queue
+You Cannot Use IRISGL Windows or fl_queue
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*");
-