ganv_item_set

void ganv_item_set (GanvItem* item,
                    const gchar* first_arg_name,
                    ...);
  

Configures a canvas item. The arguments in the item are set to the specified values, and the item is repainted as appropriate.

item

A canvas item.

first_arg_name

The list of object argument name/value pairs used to configure the item.

...

first argument value, second argument name, second argument value, ...

Returns