From 914ee02c5f60c81e4781b94a11f8f0e974a8178e Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:26:54 +0100 Subject: Fix typos in documentation --- documentation/src/drawing.dox | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'documentation/src') 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()
-virtual Fl_Image* Fl_Image::copy(int w, int h) +virtual Fl_Image* Fl_Image::copy()
+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 -- cgit v1.2.3