class_find_child_property


Description:

public static unowned ParamSpec class_find_child_property (ObjectClass iclass, string property_name)

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

It finds a child property of a canvas item class by name.

Parameters:

iclass

a ObjectClass

property_name

the name of the child property to find

Returns:

the ParamSpec of the child property or null if class has no child property with that name.