summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-11-01 12:26:54 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-11-01 12:26:54 +0100
commit914ee02c5f60c81e4781b94a11f8f0e974a8178e (patch)
treeda334479459e4b4c373d42a1c772e8339f9ee436 /documentation/src
parent994f5d058b721005bba3c2b5baae7aa0486c7f44 (diff)
Fix typos in documentation
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/drawing.dox7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index 08877c631..bf7c03717 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -1089,12 +1089,15 @@ FLTK also provides several image classes based on the three
standard image types for common file formats:
\li Fl_GIF_Image
+\li Fl_Anim_GIF_Image
\li Fl_JPEG_Image
\li Fl_PNG_Image
\li Fl_PNM_Image
\li Fl_XBM_Image
\li Fl_XPM_Image
\li Fl_SVG_Image
+\li Fl_BMP_Image
+\li Fl_ICO_Image
Each of these image classes loads a named file of the
corresponding format. The Fl_Shared_Image class
@@ -1105,8 +1108,8 @@ Finally, FLTK provides a special image class called Fl_Tiled_Image to
tile another image object in the specified area. This class can be
used to tile a background image in a Fl_Group widget, for example.
-virtual void Fl_Image::copy() <br>
-virtual Fl_Image* Fl_Image::copy(int w, int h)
+virtual Fl_Image* Fl_Image::copy() <br>
+virtual Fl_Image* Fl_Image::copy(int W, int H) const
\par
The \p copy() method creates a copy of the image. The second form