From 3834a2324858891772c5341827f1d53c7d36f1cd Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 11 Dec 2022 11:05:55 +0100 Subject: Add new members Fl_Widget::bind_{de}image(Fl_Image*) to CHANGES.txt --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.3