StyleProperties.getProperty
bool getProperty(string property, gtk.types.StateFlags state, out gobject.value.Value value)Gets a style property from props for the given state. When done with value, [gobject.value.Value.unset] needs to be called to free any allocated memory.
Parameters
property | style property name |
state | state to retrieve the property value for |
value | return location for the style property value. |
Returns
true if the property exists in props, false otherwise
Deprecated
#GtkStyleProperties are deprecated.