StyleProperties.lookupProperty

Returns %TRUE if a property has been registered, if @pspec or @parse_func are not %NULL, the #GParamSpec and parsing function will be respectively returned.

More...
class StyleProperties
static
bool
lookupProperty

Parameters

propertyName string

property name to look up

parseFunc GtkStylePropertyParser

return location for the parse function

pspec ParamSpec

return location for the #GParamSpec

Return Value

Type: bool

%TRUE if the property is registered, %FALSE otherwise

Detailed Description

Deprecated: This code could only look up custom properties and those are deprecated.

Meta