mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
Userland: Turn all application menus into window menus :^)
This commit is contained in:
parent
fcc8e3484f
commit
78b12e1521
47 changed files with 100 additions and 110 deletions
|
@ -41,8 +41,8 @@ public:
|
|||
|
||||
Menu& add_menu(String name);
|
||||
|
||||
void notify_added_to_application(Badge<Application>);
|
||||
void notify_removed_from_application(Badge<Application>);
|
||||
void notify_added_to_window(Badge<Window>);
|
||||
void notify_removed_from_window(Badge<Window>);
|
||||
|
||||
int menubar_id() const { return m_menubar_id; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue