Method: CDK::SCALE#setBKattr

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

#setBKattr(attrib) ⇒ Object

This sets the background attribute of teh widget.



429
430
431
432
433
434
435
# File 'lib/cdk/components/scale.rb', line 429

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