add support for removeChildren(): takes one name as optional argument
and removes all children with this name; if no name is given, removes all children
This commit is contained in:
parent
5f8100dc41
commit
7f25352610
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ Node = {
|
|||
getChild : func { wrap(_getChild(me._g, arg)) },
|
||||
getChildren : func { wrap(_getChildren(me._g, arg)) },
|
||||
removeChild : func { wrap(_removeChild(me._g, arg)) },
|
||||
removeChildren : func { wrap(_removeChildren(me._g, arg)) },
|
||||
getNode : func { wrap(_getNode(me._g, arg)) },
|
||||
|
||||
getPath : func {
|
||||
|
|
Loading…
Add table
Reference in a new issue