Method: CDK::SELECTION#setBKattr

Defined in:
lib/cdk/components/selection.rb

#setBKattr(attrib) ⇒ Object

This sets the background attribute of the widget.



351
352
353
354
355
356
# File 'lib/cdk/components/selection.rb', line 351

def setBKattr(attrib)
  @win.wbkgd(attrib)
  unless @scrollbar_win.nil?
    @scrollbar_win.wbkgd(attrib)
  end
end