[guest - Tue Jun 17 12:53:09 2003]:
Show quoted text> There's lack of 'Move/Copy subtree' interface methods. I can do this
> things in myself (without touching your package) by creating
> additional functions, but they work slower than they could due to
> recursive ->add_child() ->remove_child() calls istead of simple re-
> referecing...
What are the semantics of the move and copy interface that you are
looking for? To position a handle [A] at one point in a tree, position
another handle [B] in another tree and recursivly move/copy from A's
tree to B?
The move would be fairly straight forward. The copy, at least if
implemented in the module, would be more efficient than doing it from
outside the objects...
Kyle