Method: CDK::LABEL#setBKattr
- Defined in:
- lib/cdk/label.rb
#setBKattr(attrib) ⇒ Object
This sets the background attribute of the widget.
142 143 144 |
# File 'lib/cdk/label.rb', line 142 def setBKattr(attrib) @win.wbkgd(attrib) end |