TreeStore.set

Sets an iteractor values from a tree node. This is the way to add a new row to the tree, the iteractor is either a top level iteractor created from createIter() or a nested iteractor created from append()

Parameters

iter TreeIter

the iteractor to set

treeNode TreeNode

the tree node

See Also

createIter(), append()