From 9fc2d431020dc443e19e7f3c69315e772b220898 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 30 Aug 2017 08:59:50 +0000 Subject: Improve Doxygen comments related to image drawing git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12407 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Image.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FL/Fl_Image.H') diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index 83e76cbd0..3f0ab6fa7 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -164,7 +164,7 @@ public: virtual void label(Fl_Widget*w); virtual void label(Fl_Menu_Item*m); /** - Draws the image with a bounding box. + Draws the image to the current drawing surface with a bounding box. Arguments X,Y,W,H specify a bounding box for the image, with the origin (upper-left corner) of the image offset by the \c cx @@ -176,8 +176,8 @@ public: */ virtual void draw(int X, int Y, int W, int H, int cx=0, int cy=0); // platform dependent /** - Draws the image. - This form specifies the upper-lefthand corner of the image. + Draws the image to the current drawing surface. + \param X, Y specify the upper-lefthand corner of the image. */ void draw(int X, int Y) {draw(X, Y, w(), h(), 0, 0);} // platform dependent virtual void uncache(); -- cgit v1.2.3