mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +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
|
@ -81,7 +81,7 @@ int main(int argc, char** argv)
|
|||
|
||||
auto help_menu = make<GMenu>("?");
|
||||
help_menu->add_item(2, "About");
|
||||
menubar->add_menu(move(app_menu));
|
||||
menubar->add_menu(move(help_menu));
|
||||
|
||||
app.set_menubar(move(menubar));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue