find_cell_property
Description:
[ CCode ( cname = "gtk_cell_area_class_find_cell_property" ) ]
public class unowned ParamSpec find_cell_property (string property_name)
public class unowned ParamSpec find_cell_property (string property_name)
Finds a cell property of a cell area class by name.
Parameters:
this |
a `GtkCellAreaClass` |
property_name |
the name of the child property to find |
Returns:
the `GParamSpec` of the child property |