[ Version ( deprecated = true , deprecated_since = "3.8" , since = "3.0" ) ]
public virtual StyleProperties? get_style (WidgetPath path)
Warning: get_style is deprecated since 3.8.
Returns the style settings affecting a widget defined by path
, or null if
this doesn’t contemplate styling path
.
Will always return null for all GTK-provided style providers as the interface cannot correctly work the way CSS is specified.
this | |
path |
WidgetPath to query |
a StyleProperties containing the style settings affecting |