mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
LibGUI: Allow updating the names of menus and submenus
This commit is contained in:
parent
cf730403ea
commit
a2d333ff4a
4 changed files with 58 additions and 4 deletions
|
@ -56,6 +56,7 @@ public:
|
|||
void set_identifier(Badge<Menu>, unsigned identifier);
|
||||
|
||||
void update_from_action(Badge<Action>) { update_window_server(); }
|
||||
void update_from_menu(Badge<Menu>) { update_window_server(); }
|
||||
|
||||
private:
|
||||
void update_window_server();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue