Method: CDK::GRAPH#setBKattr
- Defined in:
- lib/cdk/components/graph.rb
#setBKattr(attrib) ⇒ Object
Set the background attribute of the widget.
232 233 234 |
# File 'lib/cdk/components/graph.rb', line 232 def setBKattr(attrib) @win.wbkgd(attrib) end |