Gtk.TreeSelectionFunc

function onTreeSelectionFunc(selection: Gtk.TreeSelection, model: Gtk.TreeModel, path: Gtk.TreePath, path_currently_selected: Boolean): Boolean {
}
  
selection
model
path
path_currently_selected
Returns