add_css_class
Description:
Adds css_class
to this.
After calling this function, this's style will match for css_class
, after the CSS matching
rules.
Parameters:
this |
a Widget |
css_class |
The style class to add to this, without the leading '.' used for notation of style classes |