find_cell_property
Description:
[
CCode ( cname =
"gtk_cell_area_class_find_cell_property" ) ]
[
Version ( since =
"3.0" ) ]
public class unowned ParamSpec find_cell_property (
string property_name)
Finds a cell property of a cell area class by name.
Parameters:
this |
a CellArea
|
property_name |
the name of the child property to find
|
Returns:
the ParamSpec of the child property or null
if this has no child property with that name.
|