Widget.classFindStyleProperty

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

class Widget
static
classFindStyleProperty

Parameters

klass GtkWidgetClass*

a GtkWidgetClass

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. [allow-none]

Meta