Gtk.TreeView.prototype.map_expanded_rows
function map_expanded_rows(func:Gtk.TreeViewMappingFunc):void {
// Gjs wrapper for gtk_tree_view_map_expanded_rows()
}Calls func on all expanded rows.
- func
A function to be called
function map_expanded_rows(func:Gtk.TreeViewMappingFunc):void {
// Gjs wrapper for gtk_tree_view_map_expanded_rows()
}Calls func on all expanded rows.
A function to be called