find_style_property


Description:

[ CCode ( cname = "gtk_widget_class_find_style_property" ) ]
[ Version ( since = "2.2" ) ]
public class unowned ParamSpec find_style_property (string property_name)

Finds a style property of a widget class by name.

Parameters:

this

a Widget

property_name

the name of the style property to find

Returns:

the ParamSpec of the style property or null if class has no style property with that name.