[ CCode ( cname = "goo_canvas_group_new" , type = "GooCanvasItem*" ) ]
public static unowned CanvasGroup create (CanvasItem? parent, ...)
Creates a new group item.
| parent |
the parent item, 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. |
|
a new group item. |