get_style_property
Description:
[ Version ( since = "3.0" ) ]
public abstract bool get_style_property (WidgetPath path, StateFlags state, ParamSpec pspec, ref Value value)
public abstract bool get_style_property (WidgetPath path, StateFlags state, ParamSpec pspec, ref Value value)
Looks up a widget style property as defined by this for the widget represented by path.
Parameters:
| this | |
| path |
WidgetPath to query |
| state |
state to query the style property for |
| pspec |
The ParamSpec to query |
| value |
return location for the property value |
Returns:
|
true if the property was found and has a value, false otherwise |