summaryrefslogtreecommitdiff
path: root/documentation/src/drawing.dox
diff options
context:
space:
mode:
authorengelsman <engelsman>2009-03-15 20:52:46 +0000
committerengelsman <engelsman>2009-03-15 20:52:46 +0000
commit4bcf3e531183b0533baa114b8456d89cdb8ebcd6 (patch)
tree37897b3cfed5961e11cd5c75e419002142809498 /documentation/src/drawing.dox
parent3c56a23ba19a6df6e15bdfd290465a4478d63985 (diff)
added doxygen comments for more functions in fl_draw.H
FL/fl_draw.H: see below src/fl_cursor.cxx: fl_cursor() src/fl_scroll_area.cxx: fl_scroll() src/fl_overlay.cxx: fl_overlay_clear(), fl_overlay_rect() documentation/src/drawing.dox: updated paragraph tag links git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6690 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/drawing.dox')
-rw-r--r--documentation/src/drawing.dox5
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index 40c7b4470..b856f5207 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -373,8 +373,7 @@ extend outside the line drawn by fl_arc(); to avoid this
use <tt>w - 1</tt> and <tt>h - 1</tt>.
<A name="fl_scroll"></A> <!-- For old HTML links only ! -->
-void fl_scroll(int X, int Y, int W, int H, int dx, int dy,
-void (*draw_area)(void*, int,int,int,int), void* data)
+void fl_scroll(int X, int Y, int W, int H, int dx, int dy, void (*draw_area)(void*, int,int,int,int), void* data)
\par
Scroll a rectangle and draw the newly exposed portions. The contents
@@ -601,7 +600,7 @@ Return the pixel width of a nul-terminated string, a sequence of <tt>n</tt>
characters, or a single character in the current font.
<A NAME="fl_shortcut_label"></A> <!-- For old HTML links only ! -->
-const char *fl_shortcut_label(ulong)
+const char* fl_shortcut_label(int shortcut)
\par
Unparse a shortcut value as used by Fl_Button or Fl_Menu_Item