Method: CDK::CALENDAR#setBKattr

Defined in:
lib/cdk/calendar.rb

#setBKattr(attrib) ⇒ Object

This sets the background attribute of the widget.



447
448
449
450
451
452
453
# File 'lib/cdk/calendar.rb', line 447

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