mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:28:11 +00:00
LibGUI+WindowServer: Add a way to dismiss opened menus from the client.
This commit is contained in:
parent
29d0412a06
commit
91e1f3ffb1
7 changed files with 44 additions and 0 deletions
|
@ -20,6 +20,7 @@ public:
|
|||
void add_separator();
|
||||
|
||||
void popup(const Point& screen_position);
|
||||
void dismiss();
|
||||
|
||||
Function<void(unsigned)> on_item_activation;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue