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 /FL/Fl_Sys_Menu_Bar.H | |
| parent | ea962375255190b5e641783ff193cff06ff616c6 (diff) | |
New member function Fl_Menu_Bar::play_menu(const char *title)
Diffstat (limited to 'FL/Fl_Sys_Menu_Bar.H')
| -rw-r--r-- | FL/Fl_Sys_Menu_Bar.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Sys_Menu_Bar.H b/FL/Fl_Sys_Menu_Bar.H index 7045757a6..27bf6a94b 100644 --- a/FL/Fl_Sys_Menu_Bar.H +++ b/FL/Fl_Sys_Menu_Bar.H @@ -111,6 +111,7 @@ public: const Fl_Menu_Item *menu() const {return Fl_Menu_::menu();} void menu(const Fl_Menu_Item *m); void update() FL_OVERRIDE; + void play_menu(const char *title) FL_OVERRIDE; int add(const char* label, int shortcut, Fl_Callback*, void *user_data=0, int flags=0); /** Adds a new menu item. \see Fl_Menu_::add(const char* label, int shortcut, Fl_Callback*, void *user_data=0, int flags=0) |
