ThemingEngine.getProperty
void getProperty(string property, gtk.types.StateFlags state, out gobject.value.Value value)Gets a property value as retrieved from the style settings that apply to the currently rendered element.
Parameters
property | the property name |
state | state to retrieve the value for |
value | return location for the property value, you must free this memory using [gobject.value.Value.unset] once you are done with it. |