install_style_property
Description:
[
CCode ( cname =
"gtk_widget_class_install_style_property" ) ]
public class void install_style_property (
ParamSpec pspec)
Installs a style property on a widget class.
The parser for the style property is determined by the value type of pspec.
Parameters:
| this |
a Widget
|
| pspec |
the ParamSpec for the property
|