I have a Gtk::TreeView popuplated with rows.  When the user right-clicks on
one of the rows, a menu pops up and the user has several choices.  I can
attach a callback function to one of these menu choices and it's being
called correctly, but how can I pass to the callback function some type of a
reference to what row was right-clicked?

I hope that makes sense,
Joe