WidgetClass.findStyleProperty

Finds a style property of a widget class by name. Since 2.2

class WidgetClass
findStyleProperty
()

Parameters

propertyName string

the name of the style property to find

Return Value

Type: ParamSpec

the GParamSpec of the style property or NULL if class has no style property with that name. [transfer none]

Meta