Method: TkMultiListFrame#titlebackground
- Defined in:
- sample/tkmultilistframe.rb
#titlebackground(bg) ⇒ Object
set title background color
416 417 418 419 420 |
# File 'sample/tkmultilistframe.rb', line 416 def titlebackground(bg) @f_title_pad['background'] = bg @title_list.each{|label| label['background'] = bg} self end |