StyleProperties.merge

Merges into @props all the style information contained in @props_to_merge. If @replace is %TRUE, the values will be overwritten, if it is %FALSE, the older values will prevail.

class StyleProperties
void
merge

Parameters

propsToMerge StyleProperties

a second #GtkStyleProperties

replace bool

whether to replace values or not

Meta