Method: CDK::RADIO#setBKattr

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

#setBKattr(attrib) ⇒ Object

This sets the background attribute of the widget.



335
336
337
338
339
340
# File 'lib/cdk/components/radio.rb', line 335

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