summaryrefslogtreecommitdiff
path: root/documentation/src/examples.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-11-29 17:26:26 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-11-29 17:26:26 +0000
commit1ea4b4573538f2d53960dd8a4ef4f35480d2f5f7 (patch)
tree26f6b1fb535a8cf3f1698f857ed2b3433eed012e /documentation/src/examples.dox
parent06f5899980c4133d49e304c2c54aeed2f7815438 (diff)
Fixed some typos in examples.dox.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6948 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/examples.dox')
-rw-r--r--documentation/src/examples.dox8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/src/examples.dox b/documentation/src/examples.dox
index ae83046e4..a4e5981c3 100644
--- a/documentation/src/examples.dox
+++ b/documentation/src/examples.dox
@@ -231,7 +231,7 @@ tree can be changed by editing <tt>test/demo.menu</tt>.
\subsection examples_doublebuffer doublebuffer
\par
-The \c doublebuffer demo show the difference between a single
+The \c doublebuffer demo shows the difference between a single
buffered window, which may flicker during a slow redraw, and a
double buffered window, which never flickers, but uses twice the
amount of RAM. Some modern OS's double buffer all windows automatically
@@ -370,7 +370,7 @@ the window. The ESC key will not work.
\par
Every FLTK widget can have a label attached to it. The \c label
-demo shows alignment, clipping and wrapping of text labels. Labels
+demo shows alignment, clipping, and wrapping of text labels. Labels
can contain symbols at the start and end of the text, like <i>\@FLTK</i>
or <i>\@circle uh-huh \@square</i>.
@@ -432,7 +432,7 @@ selected from the FLTK standard list of fonts.
\subsection examples_overlay overlay
\par
-The \c overlay test app show how easy an FLTK window can
+The \c overlay test app shows how easy an FLTK window can
be layered to display cursor and manipulator style elements. This
example derives a new class from Fl_Overlay_Window and
provides a new function to draw custom overlays.
@@ -490,7 +490,7 @@ the given window manager.
\par
\c scroll shows how to scroll an area of widgets, one of
-them beeing a slow custom drawing. Fl_Scroll uses
+them being a slow custom drawing. Fl_Scroll uses
clipping and smart window area copying to improve redraw speed.
The buttons at the bottom of the window control decoration rendering
and updates.