From b3c0a67be8610852972880ce692e9787d0ae43f2 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 15 Dec 2007 17:19:36 +0000 Subject: Add delete/release comments for Fl_Image::copy() (STR #1827) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5996 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Image.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'documentation/Fl_Image.html') diff --git a/documentation/Fl_Image.html b/documentation/Fl_Image.html index 7f3f52f3e..8df5a38ed 100644 --- a/documentation/Fl_Image.html +++ b/documentation/Fl_Image.html @@ -105,7 +105,9 @@ copy();

The copy() method creates a copy of the specified image. If the width and height are provided, the image is -resized to the specified size.

+resized to the specified size. The image should be deleted (or in +the case of Fl_Shared_Image, released) when you are done +with it.

int count();

-- cgit v1.2.3