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

propertystyle property name
statestate to retrieve the property value for
valuereturn location for the style property value.

Returns

true if the property exists in props, false otherwise

Deprecated

#GtkStyleProperties are deprecated.