TreeStore.iterIsValid

Checks if the given iter is a valid iter for this gtk.tree_store.TreeStore.

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

More...
class TreeStore
bool
iterIsValid

Parameters

iter gtk.tree_iter.TreeIter

the iterator to check

Return Value

Type: bool

true if the iter is valid, and false otherwise

Detailed Description

Deprecated: Use gtk.tree_list_model.TreeListModel instead