diff options
| author | Manolo Gouy <Manolo> | 2017-12-18 15:19:15 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2017-12-18 15:19:15 +0000 |
| commit | d361de4d0d3bc346021beaab053b30dcfc7fb153 (patch) | |
| tree | 22677be12ad86f3908a4929edb04616513b265f7 /src/drivers | |
| parent | f24ee501b91354487a4b52f10bcf9ab192105b07 (diff) | |
STR#3437 : Support display of windows in tabbed form as in MacOS 10.12 Sierra
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12596 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H | 9 |
1 files changed, 7 insertions, 2 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 b2a6f125b..8c332c6cb 100644 --- a/src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H +++ b/src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H @@ -1,7 +1,7 @@ // // "$Id$" // -// system menu bar widget for the Fast Light Tool Kit (FLTK). +// Definition of class Fl_MacOS_Sys_Menu_Bar_Driver for the Fast Light Tool Kit (FLTK). // // Copyright 2017 by Bill Spitzak and others. // @@ -39,7 +39,12 @@ public: virtual void remove(int index); virtual void replace(int index, const char *name); virtual void mode(int i, int fl); - static Fl_Sys_Menu_Bar_Driver* driver(); + virtual void create_window_menu(); + int find_first_window(); + void new_window(Fl_Window *win); + void remove_window(Fl_Window *win); + void rename_window(Fl_Window *win); + static Fl_MacOS_Sys_Menu_Bar_Driver* driver(); }; |
