remove_css_class
Description:
Removes a style from this.
After this, the style of this will stop matching for css_class
.
Parameters:
this |
a `GtkWidget` |
css_class |
The style class to remove from this, without the leading '.' used for notation of style classes |