Class method
GtkWidgetClassinstall_style_property
Declaration [src]
void
gtk_widget_class_install_style_property (
GtkWidgetClass* klass,
GParamSpec* pspec
)
Description [src]
Installs a style property on a widget class. The parser for the
style property is determined by the value type of pspec
.
Parameters
pspec
-
Type:
GParamSpec
The
GParamSpec
for the property.The data is owned by the caller of the method.