Thank you, I will try this.
 
I'm trying to learn the way Inkscape works, and in this case I will try to modify the bounding box snap code for a selection.
 
Actually the bounding box for snapping is computed from all the current selection but in my case it will be smarter if it only use the bounding box of the main item of a selection (and now I know how to get this) when multiple items are selected. And to return to the way it works actually, I will just have to group the current selection I think to have a single object.
 
So I will try to change this and see consequences on an every day work.
 
Yann.
2009/7/26 Krzysztof Kosiński tweenk.pl@...400...
There is no such concept at all, and I'm not really sure why you need this.
Look at sp_event_context_find_item instead which will give you the item
under a given point, but it would be better if you explained what you're
trying to do.

Regards, Krzysztof Kosiński