diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-05-14 17:46:25 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-05-14 17:46:25 +0200 |
| commit | 79c3db48cf593ccbe64f6c845af0777caebde2a8 (patch) | |
| tree | 42cdb8075c572ae089f3fd596876692ecd4fe978 /src/drivers | |
| parent | ea962375255190b5e641783ff193cff06ff616c6 (diff) | |
New member function Fl_Menu_Bar::play_menu(const char *title)
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H b/src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H index 684ae91f6..28f113a8e 100644 --- a/src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H +++ b/src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H @@ -44,6 +44,7 @@ public: void remove_window(Fl_Window *win); void rename_window(Fl_Window *win); static Fl_MacOS_Sys_Menu_Bar_Driver* driver(); + void play_menu(const char *menu_name) FL_OVERRIDE; }; |
