From a11a31ff78af62e73735b5e012849523a612e26a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 5 Aug 2002 17:50:25 +0000 Subject: 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 --- documentation/Fl_Image.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'documentation/Fl_Image.html') 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.

  • ld
  • +
  • uncache
  • +
  • w
  • @@ -186,6 +188,12 @@ after each line of color image data and is normally not present.

    The second form is a protected method that sets the current line data size in bytes.

    +

    void uncache();

    + +

    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. +

    int w();
    protected void w(int W);

    -- cgit v1.2.3