Is there any way to get the latest selected item in treeview when using multi selection?

Hi,
I allow to select in tree view multiple entries, but I don’t know how to get information about the latest selected item.

e.g. I have in tree_view 4 items(in list store) a,b,c,d

I with control key selecting all from beginning
first a (a) - I should get info about a
next b (a,b) I should get info that to selection appended b to be able to process ONLY b record
next c (a,b,c) etc…

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.