Class method

GtkWidgetClassfind_style_property

since: 2.2

Declaration [src]

GParamSpec*
gtk_widget_class_find_style_property (
  GtkWidgetClass* klass,
  const gchar* property_name
)

Description [src]

Finds a style property of a widget class by name.

Available since: 2.2

Parameters

property_name

Type: const gchar*

The name of the style property to find.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: GParamSpec

The GParamSpec of the style property or NULL if class has no style property with that name.

The returned data is owned by the class.