mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 19:42:34 +00:00
Applications previously had to create a GUI::Menubar object, add menus to it, and then call GUI::Window::set_menubar(). This patch introduces GUI::Window::add_menu() which creates the menubar automatically and adds items to it. Application code becomes slightly simpler as a result. :^) |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| InspectorServerClient.h | ||
| main.cpp | ||
| RemoteObject.cpp | ||
| RemoteObject.h | ||
| RemoteObjectGraphModel.cpp | ||
| RemoteObjectGraphModel.h | ||
| RemoteObjectPropertyModel.cpp | ||
| RemoteObjectPropertyModel.h | ||
| RemoteProcess.cpp | ||
| RemoteProcess.h | ||