mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:57:44 +00:00
Taskbar: More bringup work. We now see a basic window list.
This commit is contained in:
parent
ea801a99dc
commit
96104b5524
20 changed files with 339 additions and 12 deletions
|
@ -16,6 +16,8 @@ public:
|
|||
void add_widget(GWidget&);
|
||||
void add_layout(OwnPtr<GLayout>&&);
|
||||
|
||||
void remove_widget(GWidget&);
|
||||
|
||||
virtual void run(GWidget&) = 0;
|
||||
|
||||
void notify_adopted(Badge<GWidget>, GWidget&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue