GtkTree::clear_items
void
clear_items
(int
start
, int
end
);
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()