lookup_child
Description:
public virtual bool lookup_child (string prop_name, out Element element, out ParamSpec pspec)
Warning: lookup_child is deprecated since 1.14.
Looks up which element
and pspec
would be effected by the given name
.
Use lookup_child
If various contained elements have this property name you will get the first one, unless you specify the class name in name
.
Parameters:
this |
Object to lookup the property in |
prop_name |
Name of the property to look up. You can specify the name of the class as such: "ClassName: |
element |
pointer to a Element that takes the real object to set property on |
pspec |
pointer to take the specification describing the property |
Returns:
TRUE if |