Author: mike
Date: 2007-12-15 09:19:36 -0800 (Sat, 15 Dec 2007)
New Revision: 5996
Log:
Add delete/release comments for Fl_Image::copy() (STR #1827)


Modified:
   branches/branch-1.1/CHANGES
   branches/branch-1.1/documentation/Fl_Image.html

Modified: branches/branch-1.1/CHANGES
===================================================================
--- branches/branch-1.1/CHANGES 2007-12-15 17:10:13 UTC (rev 5995)
+++ branches/branch-1.1/CHANGES 2007-12-15 17:19:36 UTC (rev 5996)
@@ -3,7 +3,7 @@
        - Documentation fixes (STR #1454, STR #1455, STR #1456,
          STR #1457, STR #1458, STR #1460, STR #1481, STR #1578,
          STR #1639, STR #1645, STR #1644, STR #1792, STR #1793,
-         STR #1742, STR #1777, STR #1794, STR #1843)
+         STR #1742, STR #1777, STR #1794, STR #1827, STR #1843)
        - Added Fl_Group::clip_children() methods to support
          automatic clipping of child widget drawing (STR #1844)
        - Fl_Browser_ and friends now support FL_WHEN_ENTER_KEY

Modified: branches/branch-1.1/documentation/Fl_Image.html
===================================================================
--- branches/branch-1.1/documentation/Fl_Image.html     2007-12-15 17:10:13 UTC 
(rev 5995)
+++ branches/branch-1.1/documentation/Fl_Image.html     2007-12-15 17:19:36 UTC 
(rev 5996)
@@ -105,7 +105,9 @@
 
 <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>
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to