StyleContext.getStyleProperty
void getStyleProperty(string propertyName, gobject.value.Value value)Gets the value for a widget style property.
When value is no longer needed, [gobject.value.Value.unset] must be called to free any allocated memory.
Parameters
propertyName | the name of the widget style property |
value | Return location for the property value |