From 4bcf3e531183b0533baa114b8456d89cdb8ebcd6 Mon Sep 17 00:00:00 2001 From: engelsman Date: Sun, 15 Mar 2009 20:52:46 +0000 Subject: 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 --- src/fl_cursor.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/fl_cursor.cxx') 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 +/** + Sets the cursor for the current window to the specified shape and colors. + The cursors are defined in the 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); } -- cgit v1.2.3