From 1ea4b4573538f2d53960dd8a4ef4f35480d2f5f7 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 29 Nov 2009 17:26:26 +0000 Subject: Fixed some typos in examples.dox. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6948 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/examples.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation') 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 test/demo.menu. \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 \@FLTK or \@circle uh-huh \@square. @@ -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. -- cgit v1.2.3