mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
WindowServer: Allow updating the name of a menu
This commit is contained in:
parent
952f6bbb2a
commit
cf730403ea
Notes:
sideshowbarker
2024-07-16 22:17:36 +09:00
Author: https://github.com/MacDue
Commit: cf730403ea
Pull-request: https://github.com/SerenityOS/serenity/pull/18054
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg
5 changed files with 29 additions and 0 deletions
|
@ -94,6 +94,7 @@ private:
|
|||
void destroy_window(Window&, Vector<i32>& destroyed_window_ids);
|
||||
|
||||
virtual void create_menu(i32, DeprecatedString const&) override;
|
||||
virtual void set_menu_name(i32, DeprecatedString const&) override;
|
||||
virtual void destroy_menu(i32) override;
|
||||
virtual void add_menu(i32, i32) override;
|
||||
virtual void add_menu_item(i32, i32, i32, DeprecatedString const&, bool, bool, bool, bool, bool, DeprecatedString const&, Gfx::ShareableBitmap const&, bool) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue