Method
GtkWidgetremove_css_class
Declaration [src]
void
gtk_widget_remove_css_class (
GtkWidget* widget,
const char* css_class
)
Description [src]
Removes a style from the widget.
After this, the style of widget
will stop matching for css_class
.