find_child_property
Description:
[
CCode ( cname =
"gtk_container_class_find_child_property" ) ]
public class unowned ParamSpec?
find_child_property (
string property_name)
Finds a child property of a container class by name.
Parameters:
this |
a Container
|
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.
|