mirror of
https://github.com/enduro2d/enduro2d.git
synced 2026-03-22 04:44:09 +07:00
node: remove_child_at function
This commit is contained in:
@@ -128,6 +128,8 @@ namespace e2d
|
||||
|
||||
node_iptr child_at(std::size_t index) noexcept;
|
||||
const_node_iptr child_at(std::size_t index) const noexcept;
|
||||
|
||||
node_iptr remove_child_at(std::size_t index) noexcept;
|
||||
protected:
|
||||
node() = default;
|
||||
node(gobject owner);
|
||||
|
||||
Reference in New Issue
Block a user