Canvas.canvasSourceinherit Stk.Widget.widgetmethod root : groupReturns root group.
method set_root : group -> unitSets root group.
method get_item_at : x:int -> y:int -> full_item optionReturns item at the given coordinates, if any. Coordinates have the same origin as the canvas coordinates.
method get_leaf_items_at : x:int -> y:int -> full_item listGet leaf items at the given coordinates. Coordinates have the same origin as the canvas coordinates.