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 | |
property_name |
the name of the child property to find |
Returns:
the ParamSpec of the child property or null
if |