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:
parent
7ee6c66ee9
commit
f8cb068354
2 changed files with 50 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue