CanvasGroupModel


Description:

[ CCode ( has_construct_function = false , type = "GooCanvasItemModel*" ) ]
public CanvasGroupModel (CanvasItemModel? parent, ...)

Creates a new group item.

Parameters:

parent

the parent model, or null. If a parent is specified, it will assume ownership of the item, and the item will automatically be freed when it is removed from the parent. Otherwise call unref to free it.

...

optional pairs of property names and values, and a terminating null.

Returns:

a new group model.