GtkTree::unselect_item

void unselect_item (int position );

Unselects the node in position. Unselecting a node causes the node to emit the "deselect" signal. Unselecting a node that is not selected will select the node.

Node positions are indexed begining with zero. The fourth node is in position three.