get_items_at


Description:

public List<unowned CanvasItem> get_items_at (double x, double y, bool is_pointer_event)

Gets all items at the given point.

Parameters:

this

a Canvas.

x

the x coordinate of the point.

y

the y coordinate of the point

is_pointer_event

true if the "pointer-events" property of items should be used to determine which parts of the item are tested.

Returns:

a list of items found at the given point, with the top item at the start of the list, or null if no items were found. The list must be freed with g_list_free.