[ 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.
this |
a CellArea |
property_name |
the name of the child property to find |
the ParamSpec of the child property or null if this has no child property with that name. |