diff options
Diffstat (limited to 'documentation/Fl_Image.html')
| -rw-r--r-- | documentation/Fl_Image.html | 8 |
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> |
