diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-11-29 11:14:42 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-11-29 11:14:42 +0000 |
| commit | 06f5899980c4133d49e304c2c54aeed2f7815438 (patch) | |
| tree | 8a06067697ad0d715e103df59a6b5269a09be8f3 /documentation/src/common.dox | |
| parent | ad473c8208aea1bea379190ddf3cde1c473e4afc (diff) | |
Fix for documentation typos provided by Josef Vitu. Thanks.
Added Josef Vitu to CREDITS.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6946 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/common.dox')
| -rw-r--r-- | documentation/src/common.dox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/src/common.dox b/documentation/src/common.dox index 96692d20b..6b3e19587 100644 --- a/documentation/src/common.dox +++ b/documentation/src/common.dox @@ -313,9 +313,9 @@ and the same as outlines only (<tt>UP_FRAME</tt> and <tt>DOWN_FRAME</tt>). The function \ref common_fl_down "fl_down(Fl_Boxtype)" expects the neutral design on a boxtype with a numerical -value evenly divideable by two. +value evenly dividable by two. \ref common_fl_frame "fl_frame(Fl_Boxtype)" -expects the \p UP_BOX design at a value divideable by four. +expects the \p UP_BOX design at a value dividable by four. \section common_labels Labels and Label Types @@ -342,7 +342,7 @@ The @ sign may also be followed by the following optional \li +[1-9] or -[1-9] tweaks the scaling a little bigger or smaller. -\li '$' flips the symbol horizontaly, '%' flips it verticaly. +\li '$' flips the symbol horizontally, '%' flips it vertically. \li [0-9] - rotates by a multiple of 45 degrees. '5' and '6' do no rotation while the others point in the direction of that key on a numeric keypad. @@ -396,7 +396,7 @@ To make an image you use a subclass of Label types are actually indexes into a table of functions that draw them. The primary purpose of this is to use this to draw the labels in ways inaccessible through the -fl_font() mechanisim (e.g. <tt>FL_ENGRAVED_LABEL</tt>) or +fl_font() mechanism (e.g. <tt>FL_ENGRAVED_LABEL</tt>) or with program-generated letters or symbology. <CENTER><TABLE WIDTH="80%" BORDER="1" CELLPADDING="5" CELLSPACING="0" BGCOLOR="#cccccc"> |
