diff options
| author | Fabien Costantini <fabien@onepost.net> | 2009-03-24 01:40:44 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2009-03-24 01:40:44 +0000 |
| commit | 15489bda1b2c9a4db82965a85634674d5d7f2dbe (patch) | |
| tree | 0bd04bb1d127ad7aca0d09141993c32a20c2eb10 /documentation/src/drawing.dox | |
| parent | 2fb4b11e9140cbf7bc19c566c71cdb935296b4e3 (diff) | |
Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6716 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/drawing.dox')
| -rw-r--r-- | documentation/src/drawing.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index b856f5207..5e701f7ba 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -57,14 +57,14 @@ void fl_draw_box(Fl_Boxtype b, int x, int y, int w, int h, Fl_Color c); \par The first box drawing function is fl_draw_box() -which draws a standard boxtype \a b in the specified color \a c . +which draws a standard boxtype \p b in the specified color \p c . <A NAME="fl_frame"></A> <!-- For old HTML links only ! --> void fl_frame(const char *s, int x, int y, int w, int h) \par The fl_frame() function draws a series of line segments around the -given box. The string \a s must contain groups of 4 letters which specify +given box. The string \p s must contain groups of 4 letters which specify one of 24 standard grayscale values, where 'A' is black and 'X' is white. The order of each set of 4 characters is: top, left, bottom, right. The results of calling fl_frame() with a string that is not a multiple @@ -82,7 +82,7 @@ void fl_frame2(const char *s, int x, int y, int w, int h); \par The fl_frame2() function draws a series of line segments around -the given box. The string \a s must contain groups of 4 letters which +the given box. The string \p s must contain groups of 4 letters which specify one of 24 standard grayscale values, where 'A' is black and 'X' is white. The order of each set of 4 characters is: bottom, right, top, left. The results of calling fl_frame2() with a string that is |
