ListStore.iterIsValid

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.

More...
class ListStore
bool
iterIsValid

Parameters

iter gtk.tree_iter.TreeIter

the iterator to check

Return Value

Type: bool

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

Detailed Description

Deprecated: Use list models