summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-11 11:05:55 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-11 11:05:55 +0100
commit3834a2324858891772c5341827f1d53c7d36f1cd (patch)
tree73c79d7d918d8a2e732a27b6e51691866e3d4456
parent19c1ab504f11c81618a978a73c6abb7dde8538b3 (diff)
Add new members Fl_Widget::bind_{de}image(Fl_Image*) to CHANGES.txt
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a10439bc1..b71b4d9ed 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -43,6 +43,10 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2022
same function was previously available only for class Fl_Shared_Image
and with FL_ABI_VERSION >= 10304. New member functions Fl_Image::data_w()
and Fl_Image::data_h() give the width and height of the image data.
+ - New member functions Fl_Widget::bind_image(Fl_Image *img) and
+ Fl_Widget::bind_deimage(Fl_Image *img) to bind an image to a widget, that is,
+ to set an image to be used as part of the widget label and also
+ to be deleted when the widget is deleted.
- New Fl_SVG_Image class: gives support of scalable vector graphics images
to FLTK using the nanosvg software.
- New Fl_ICO_Image class to read Windows .ico icon files.