Gtk.IconView.prototype.select_path
function select_path(path:Gtk.TreePath):void { // Gjs wrapper for gtk_icon_view_select_path() }
Selects the row at path.
Since 2.6
- path
The Gtk.TreePath to be selected.
function select_path(path:Gtk.TreePath):void { // Gjs wrapper for gtk_icon_view_select_path() }
Selects the row at path.
Since 2.6
The Gtk.TreePath to be selected.