mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 06:40:59 +00:00
The API for adding a submenu to a menu is now:
auto& submenu = menu.add_submenu("Name");
submenu.add_action(my_action);
|
||
|---|---|---|
| .. | ||
| main.cpp | ||
| Makefile | ||
| PowerDialog.cpp | ||
| PowerDialog.h | ||