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