summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-05-14 17:46:25 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-05-14 17:46:25 +0200
commit79c3db48cf593ccbe64f6c845af0777caebde2a8 (patch)
tree42cdb8075c572ae089f3fd596876692ecd4fe978 /CHANGES.txt
parentea962375255190b5e641783ff193cff06ff616c6 (diff)
New member function Fl_Menu_Bar::play_menu(const char *title)
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c2ee9e889..282830c8d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -105,6 +105,8 @@ Changes in FLTK 1.4.0 Released: Feb ?? 2024
hardware support is present (a backup mechanism is available in absence
of this support). Thus, all text drawable in Fl_Window's can be drawn
in Fl_Gl_Window's (STR#3450).
+ - New member function Fl_Menu_Bar::play_menu(const char *title) to
+ programmatically open a menu of a menubar.
- New member functions Fl::program_should_quit(void),
and Fl::program_should_quit(int) to support detection by the library
of a request to terminate cleanly the program.