Method: CDK::SCROLL#setBKattr
- Defined in:
- lib/cdk/components/scroll.rb
#setBKattr(attrib) ⇒ Object
This sets the background attribute of the widget.
372 373 374 375 376 377 378 |
# File 'lib/cdk/components/scroll.rb', line 372 def setBKattr(attrib) @win.wbkgd(attrib) @list_win.wbkgd(attrib) unless @scrollbar_win.nil? @scrollbar_win.wbkgd(attrib) end end |