Method

GtkStyleContextremove_region

deprecated: 3.14 since: 3.0

Declaration [src]

void
gtk_style_context_remove_region (
  GtkStyleContext* context,
  const gchar* region_name
)

Description [src]

Removes a region from context.

Available since: 3.0

Deprecated since: 3.14

Please do not use it in newly written code.

Parameters

region_name

Type: const gchar*

Region name to unset.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.