I'm trying to use an rGtkDataFrame to display data and when the user selects a row to take some action. I attached a signal:
treeSelection <- gtkTreeViewGetSelection(view) onSelectionChanged <- function(treeselection,user.obj){ str(gtkTreeSelectionGetSelected(treeselection)) } So how do I use the result to identify which row was selected? Thanks. -- David Katz www.davidkatzconsulting.com [[alternative HTML version deleted]] _______________________________________________ R-SIG-GUI mailing list R-SIG-GUI@stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-gui