diff options
| author | engelsman <engelsman> | 2009-03-15 20:52:46 +0000 |
|---|---|---|
| committer | engelsman <engelsman> | 2009-03-15 20:52:46 +0000 |
| commit | 4bcf3e531183b0533baa114b8456d89cdb8ebcd6 (patch) | |
| tree | 37897b3cfed5961e11cd5c75e419002142809498 /src/fl_cursor.cxx | |
| parent | 3c56a23ba19a6df6e15bdfd290465a4478d63985 (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 'src/fl_cursor.cxx')
| -rw-r--r-- | src/fl_cursor.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fl_cursor.cxx b/src/fl_cursor.cxx index e5318bb01..2cdf8d41b 100644 --- a/src/fl_cursor.cxx +++ b/src/fl_cursor.cxx @@ -39,6 +39,10 @@ #endif #include <FL/fl_draw.H> +/** + Sets the cursor for the current window to the specified shape and colors. + The cursors are defined in the <FL/Enumerations.H> header file. + */ void fl_cursor(Fl_Cursor c, Fl_Color fg, Fl_Color bg) { if (Fl::first_window()) Fl::first_window()->cursor(c,fg,bg); } |
