TreeModelSort.iterIsValid

> This function is slow. Only use it for debugging and/or testing > purposes.

Checks if the given iter is a valid iter for this gtk.tree_model_sort.TreeModelSort.

class TreeModelSort
bool
iterIsValid

Parameters

iter gtk.tree_iter.TreeIter

Return Value

Type: bool

true if the iter is valid, false if the iter is invalid.