ganv_item_construct

void ganv_item_construct (GanvItem* item,
                          GanvItem* parent,
                          const gchar* first_arg_name,
                          va_list args);
  

Constructs a canvas item; meant for use only by item implementations.

item

An unconstructed canvas item.

parent

The parent group for the item.

first_arg_name

The name of the first argument for configuring the item.

args

The list of arguments used to configure the item.

Returns