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
This commit is contained in:
Michael R Sweet
2007-12-15 17:19:36 +00:00
parent b71ca52b7e
commit b3c0a67be8
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -105,7 +105,9 @@ copy();</A></H4>
<P>The <TT>copy()</TT> method creates a copy of the specified
image. If the width and height are provided, the image is
resized to the specified size.</P>
resized to the specified size. The image should be deleted (or in
the case of <tt>Fl_Shared_Image</tt>, released) when you are done
with it.</P>
<H4><A NAME="Fl_Image.count">int count();</A></H4>