mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:18:11 +00:00
LibGUI: Implement destroying individual windows without exiting the process.
This commit is contained in:
parent
5c25f0c4db
commit
37ab7b7a8c
8 changed files with 85 additions and 30 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
void addChild(GObject&);
|
||||
void removeChild(GObject&);
|
||||
|
||||
void deleteLater();
|
||||
void delete_later();
|
||||
|
||||
private:
|
||||
virtual void timerEvent(GTimerEvent&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue