Gtk.TreeView::row_activated
function vfunc_row_activated(path:Gtk.TreePath, column:Gtk.TreeViewColumn):void { }
Activates the cell determined by path and column.
- path
The Gtk.TreePath to be activated.
- column
The Gtk.TreeViewColumn to be activated.
function vfunc_row_activated(path:Gtk.TreePath, column:Gtk.TreeViewColumn):void { }
Activates the cell determined by path and column.
The Gtk.TreePath to be activated.
The Gtk.TreeViewColumn to be activated.