Gtk.ListStore.prototype.remove
function remove(iter:Gtk.TreeIter):Boolean {
// Gjs wrapper for gtk_list_store_remove()
}Removes the given row from the list store. After being removed, iter is set to be the next valid row, or invalidated if it pointed to the last row in list_store.
- iter
A valid Gtk.TreeIter
- Returns
true if iter is valid, false if not.