Removes nodes from start to end inclusive.
If end is greater than the number of nodes, all nodes from start to the end of the tree will be removed.
Unlike gtk, nodes that are removed from the tree are not destroyed.
See also: remove_item()