Gtk.StyleProperties.prototype.merge

function merge(props_to_merge:Gtk.StyleProperties, replace:Boolean):void {
    // Gjs wrapper for gtk_style_properties_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.

Since 3.0

props_to_merge

a second Gtk.StyleProperties

replace

whether to replace values or not