has_css_class
Description:
public bool has_css_class (
string css_class)
Returns whether a style class is currently applied to the widget.
Parameters:
this |
a widget
|
css_class |
style class, without the leading period
|
Returns:
true if css_class is currently applied to this
|