class_install_child_property


Description:

public static void class_install_child_property (ObjectClass iclass, uint property_id, ParamSpec pspec)

This function is only intended to be used when implementing new canvas items, specifically layout container items such as CanvasTable.

It installs a child property on a canvas item class.

Parameters:

iclass

a ObjectClass

property_id

the id for the property

pspec

the ParamSpec for the property