summaryrefslogtreecommitdiff
path: root/documentation/Fl_Image.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-08-05 17:50:25 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-08-05 17:50:25 +0000
commita11a31ff78af62e73735b5e012849523a612e26a (patch)
tree539acb40340746b970e5f151def2ae9105b8821d /documentation/Fl_Image.html
parent685100b1222821dedec2e0b22f55ca18027a99df (diff)
Range check Fl_Text_Buffer::search_forward().
Don't use png_read_destroy() - it doesn't free all memory. Add uncache() method to image classes. Memory/initialization bugs in Fl_File_Chooser (valgrind) Make sure both Fl_Window constructors have default cursor initialization code... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2562 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Image.html')
-rw-r--r--documentation/Fl_Image.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/Fl_Image.html b/documentation/Fl_Image.html
index 16d95687a..ebc596830 100644
--- a/documentation/Fl_Image.html
+++ b/documentation/Fl_Image.html
@@ -69,6 +69,8 @@ a box with an X in it being drawn instead.</P>
<LI><A href="#Fl_Image.ld">ld</A></LI>
+ <LI><A href="#Fl_Image.uncache">uncache</A></LI>
+
<LI><A href="#Fl_Image.w">w</A></LI>
</UL>
@@ -186,6 +188,12 @@ after each line of color image data and is normally not present.</P>
<P>The second form is a protected method that sets the current
line data size in bytes.</P>
+<H4><A NAME="Fl_Image.uncache">void uncache();</A></H4>
+
+<P>If the image has been cached for display, delete the cache
+data. This allows you to change the data used for the image and
+then redraw it without recreating an image object.
+
<H4><A NAME="Fl_Image.w">int w();<BR>
protected void w(int W);</A></H4>