Method

GtkStyleContextremove_class

since: 3.0

Declaration [src]

void
gtk_style_context_remove_class (
  GtkStyleContext* context,
  const gchar* class_name
)

Description [src]

Removes class_name from context.

Available since: 3.0

Parameters

class_name

Type: const gchar*

Class name to remove.

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