get_style
Description:
[ Version ( deprecated = true , deprecated_since = "3.8" , since = "3.0" ) ]
public virtual StyleProperties? get_style (WidgetPath path)
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
.
Note:
Will always return null for all GTK-provided style providers as the interface cannot correctly work the way CSS is specified.
Parameters:
this | |
path |
WidgetPath to query |
Returns:
a StyleProperties containing the style settings affecting |