Method
GtkStyleProviderget_style_property
since: 3.0
Declaration [src]
gboolean
gtk_style_provider_get_style_property (
GtkStyleProvider* provider,
GtkWidgetPath* path,
GtkStateFlags state,
GParamSpec* pspec,
GValue* value
)
Description [src]
Looks up a widget style property as defined by provider for
the widget represented by path.
Available since: 3.0
Parameters
path-
Type:
GtkWidgetPathGtkWidgetPathto query.The data is owned by the caller of the method. state-
Type:
GtkStateFlagsState to query the style property for.
pspec-
Type:
GParamSpecThe
GParamSpecto query.The data is owned by the caller of the method. value-
Type:
GValueReturn location for the property value.
The argument will be set by the function. The returned data is owned by the instance.