Class method
GtkWidgetClassinstall_style_property_parser
Declaration [src]
void
gtk_widget_class_install_style_property_parser (
GtkWidgetClass* klass,
GParamSpec* pspec,
GtkRcPropertyParser parser
)
Description [src]
Installs a style property on a widget class.
This method is not directly available to language bindings.
Parameters
pspec-
Type:
GParamSpecThe
GParamSpecfor the style property.The data is owned by the caller of the method. parser-
Type:
GtkRcPropertyParserThe parser for the style property.