summaryrefslogtreecommitdiff
path: root/documentation/events.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-13 15:35:04 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-13 15:35:04 +0000
commit07766e7d727a075372d33c43f9f2f0602ea4a0b8 (patch)
treea2a7fb91749b845d601e787bb767ec5c552aed4c /documentation/events.html
parent74b29654172129a22e31693e272b1c26c12a4044 (diff)
Fixed various typos and added a Fluid organization chart image
contributed by Craig Earls. git-svn-id: file:///fltk/svn/fltk/trunk@207 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/events.html')
-rw-r--r--documentation/events.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/events.html b/documentation/events.html
index c4bc8c052..c9471ae25 100644
--- a/documentation/events.html
+++ b/documentation/events.html
@@ -8,7 +8,7 @@ widget.
<H2>The FLTK Event Model</H2>
-Events are identified the small integer argument passed to the <a
+Events are identified by the integer argument passed to the <a
href="#handle"><tt>Fl_Widget::handle()</tt></a> virtual method. Other
information about the most recent event is stored in static locations
and acquired by calling the <a
@@ -133,7 +133,7 @@ or one of its parents.
<h3>FL_HIDE</h3>
This widget is no longer visible, due to <a
-href="#Fl_Widget.hide><tt>hide()</a> being called on it or one of its
+href="#Fl_Widget.hide><tt>hide()</tt></a> being called on it or one of its
parents, or due to a parent window being minimized. <tt>visible()</tt>
may still be true after this, but the widget is visible only if
<tt>visible()</tt> is true for it and all its parents (use