Gtk.TreeModel.prototype.get_iter_first
function get_iter_first():Boolean { // Gjs wrapper for gtk_tree_model_get_iter_first() }
Initializes iter with the first iterator in the tree (the one at the path "0") and returns true. Returns false if the tree is empty.
- Returns
true, if iter was set