Method

GtkStyleget_style_property

since: 2.16

Declaration [src]

void
gtk_style_get_style_property (
  GtkStyle* style,
  GType widget_type,
  const gchar* property_name,
  GValue* value
)

Description [src]

Queries the value of a style property corresponding to a widget class is in the given style.

Available since: 2.16

Parameters

widget_type

Type: GType

The GType of a descendant of GtkWidget.

property_name

Type: const gchar*

The name of the style property to get.

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

Type: GValue

A GValue where the value of the property being queried will be stored.

The argument will be set by the function.
The returned data is owned by the instance.