diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-04-20 17:25:32 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-04-20 17:26:33 +0200 |
| commit | 804c48515d63393d12f61f8a783dc9f0586fcdba (patch) | |
| tree | f318fe212f580e753da969c3c68481ab83a7bc99 /FL/Fl_Image.H | |
| parent | c1d0783df9b639e85ddb99477ca8b2a5dd962d93 (diff) | |
Improve docs of Fl_Image and related classes (#431)
Clarifications as discussed since April 15, 2022 07:00 UTC (see GitHub
issue #431).
Diffstat (limited to 'FL/Fl_Image.H')
| -rw-r--r-- | FL/Fl_Image.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index 34c545ea9..038384991 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -54,8 +54,8 @@ enum Fl_RGB_Scaling { returned by w() and h(). These values are equal to data_w() and data_h() when the image is created and can be changed by the scale() member function. - Since the Fl_Image class does not support image drawing by itself, calling - the draw() method results in a box with an X in it being drawn instead. + Since the Fl_Image class does not support image drawing by itself, calling the + Fl_Image::draw() method results in a box with an X in it being drawn instead. */ class FL_EXPORT Fl_Image { friend class Fl_Graphics_Driver; @@ -239,7 +239,7 @@ public: /** Creates a copy of the image in the same size. - The copied image should be released when you are done with it. + The new image should be released when you are done with it. This does exactly the same as 'Fl_Image::copy(int W, int H) const' where \p W and \p H are the width and height of the source image, respectively. |
