mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:47:35 +00:00
Add API's and plumbing for WindowServer clients to make menus.
This commit is contained in:
parent
bb31d961b4
commit
133706d697
17 changed files with 322 additions and 24 deletions
|
@ -18,5 +18,6 @@ public:
|
|||
void notify_removed_from_application(Badge<GApplication>);
|
||||
|
||||
private:
|
||||
int m_menubar_id { 0 };
|
||||
Vector<OwnPtr<GMenu>> m_menus;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue