ListStore.iterIsValid

bool iterIsValid(gtk.tree_iter.TreeIter iter)

Checks if the given iter is a valid iter for this [gtk.list_store.ListStore].

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

Parameters

iterthe iterator to check

Returns

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

Deprecated

Use list models