Method: CDK::DIALOG#setBKattr
- Defined in:
- lib/cdk/components/dialog.rb
#setBKattr(attrib) ⇒ Object
This sets the background attribute of the widget.
296 297 298 |
# File 'lib/cdk/components/dialog.rb', line 296 def setBKattr(attrib) @win.wbkgd(attrib) end |