ListStore.iterIsValid
bool iterIsValid(gtk.tree_iter.TreeIter iter)This function is slow. Only use it for debugging and/or testingpurposes.
Checks if the given iter is a valid iter for this #GtkListStore.
Parameters
iter | A #GtkTreeIter. |
Returns
true if the iter is valid, false if the iter is invalid.