Method

GtkStylePropertiesmerge

deprecated: 3.16 since: 3.0

Declaration [src]

void
gtk_style_properties_merge (
  GtkStyleProperties* props,
  const GtkStyleProperties* props_to_merge,
  gboolean replace
)

Description [src]

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.

Available since: 3.0

Deprecated since: 3.16

GtkStyleProperties are deprecated.

Parameters

props_to_merge

Type: GtkStyleProperties

A second GtkStyleProperties.

The data is owned by the caller of the method.
replace

Type: gboolean

Whether to replace values or not.