mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +00:00
WindowServer: Add IPC call to remove a menu's item
This commit is contained in:
parent
b6eaefa87d
commit
8ede1a6a6f
Notes:
sideshowbarker
2024-07-18 00:54:03 +09:00
Author: https://github.com/mrkct
Commit: 8ede1a6a6f
Pull-request: https://github.com/SerenityOS/serenity/pull/12519
Reviewed-by: https://github.com/itamar8910 ✅
5 changed files with 20 additions and 0 deletions
|
@ -97,6 +97,7 @@ public:
|
|||
const Gfx::Font& font() const;
|
||||
|
||||
MenuItem* item_with_identifier(unsigned);
|
||||
bool remove_item_with_identifier(unsigned);
|
||||
void redraw();
|
||||
void redraw(MenuItem const&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue