has_css_class


Description:

public bool has_css_class (string css_class)

Returns whether css_class is currently applied to this.

Parameters:

this

a `GtkWidget`

css_class

A style class, without the leading '.' used for notation of style classes

Returns:

true if css_class is currently applied to this, false otherwise.