1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:47:35 +00:00

WindowManager: Select top-level menus with left/right keys

This commit is contained in:
Jean-Baptiste Boric 2021-02-13 14:24:42 +01:00 committed by Andreas Kling
parent 7ee6c66ee9
commit f8cb068354
2 changed files with 50 additions and 0 deletions

View file

@ -89,6 +89,9 @@ public:
m_current_menubar->for_each_menu(callback);
}
Menu* previous_menu(Menu* current);
Menu* next_menu(Menu* current);
void did_change_theme();
private: