Method: CDK::BUTTONBOX#setBKattr
- Defined in:
- lib/cdk/buttonbox.rb
#setBKattr(attrib) ⇒ Object
This sets th background attribute of the widget.
245 246 247 |
# File 'lib/cdk/buttonbox.rb', line 245 def setBKattr(attrib) @win.wbkgd(attrib) end |