StyleProperties.registerProperty

Registers a property so it can be used in the CSS file format. This function is the low-level equivalent of ThemingEngine.registerProperty, if you are implementing a theming engine, you want to use that function instead.

More...
class StyleProperties
static
void
registerProperty

Parameters

parseFunc GtkStylePropertyParser

parsing function to use, or NULL

pspec ParamSpec

the gobject.ParamSpec for the new property

Detailed Description

Deprecated: Code should use the default properties provided by CSS.

Meta