Gtk.TreeModelSort.prototype.iter_is_valid
function iter_is_valid(iter:Gtk.TreeIter):Boolean {
// Gjs wrapper for gtk_tree_model_sort_iter_is_valid()
}<warning><para> This function is slow. Only use it for debugging and/or testing purposes. </para></warning>
Checks if the given iter is a valid iter for this Gtk.TreeModelSort.
Since 2.2
- iter
A Gtk.TreeIter.
- Returns
true if the iter is valid, false if the iter is invalid.