StyleProperties.lookupProperty

Warning gtk_style_properties_lookup_property has been deprecated since version 3.8 and should not be used in newly-written code. This code could only look up custom properties and those are deprecated. 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.

class StyleProperties
static
int
lookupProperty

Parameters

propertyName string

property name to look up

parseFunc GtkStylePropertyParser

return location for the parse function. out

pspec ParamSpec

return location for the GParamSpec. out[transfer none]

Return Value

Type: int

TRUE if the property is registered, FALSE otherwise Since 3.0

Meta