diff options
| -rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017 New Features and Extensions - (add new items here) + - New function: int fl_open_ext(const char* fname, int translation, int oflags, ...) + to control the opening of files in binary/text mode in a cross-platform way. - New Fl_SVG_Image class: gives support of scalable vector graphics images to FLTK using the nanosvg software. - Fl_Text_Selection got a new method length() and returns 0 in length() |
