StyleProviderIF.getStyle

Warning gtk_style_provider_get_style has been deprecated since version 3.8 and should not be used in newly-written code. Will always return NULL for all GTK-provided style providers as the interface cannot correctly work the way CSS is specified. Returns the style settings affecting a widget defined by path, or NULL if provider doesn't contemplate styling path.

interface StyleProviderIF
getStyle

Parameters

path WidgetPath

GtkWidgetPath to query

Return Value

a GtkStyleProperties containing the style settings affecting path. [transfer full] Since 3.0

Meta