get_static_root_item


Description:

public unowned CanvasItem get_static_root_item ()

Gets the static root item of the canvas.

Static items are exactly the same as ordinary canvas items, except that they do not move or change size when the canvas is scrolled or the scale changes.

Static items are added to the static root item in exactly the same way that ordinary items are added to the root item.

Parameters:

this

a Canvas.

Returns:

the static root item, or null.