mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
LibCore: Add Object::remove_all_children()
This commit is contained in:
parent
ddaedbca87
commit
e955c024b2
3 changed files with 8 additions and 4 deletions
|
@ -105,6 +105,7 @@ public:
|
|||
void add_child(Object&);
|
||||
void insert_child_before(Object& new_child, Object& before_child);
|
||||
void remove_child(Object&);
|
||||
void remove_all_children();
|
||||
|
||||
void dump_tree(int indent = 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue