mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +00:00
WindowServer+LibGUI: Notify clients when menus become visible/hidden
This will allow clients to react to these events.
This commit is contained in:
parent
0315741815
commit
9b740f218b
8 changed files with 49 additions and 9 deletions
|
@ -111,6 +111,8 @@ public:
|
|||
|
||||
void close();
|
||||
|
||||
void set_visible(bool);
|
||||
|
||||
void popup(const Gfx::IntPoint&);
|
||||
void do_popup(const Gfx::IntPoint&, bool make_input, bool as_submenu = false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue