Method: TkMultiListFrame#scrollbarborder
- Defined in:
- sample/tkmultilistframe.rb
#scrollbarborder(width) ⇒ Object
set scrollbar border
365 366 367 368 369 370 371 |
# File 'sample/tkmultilistframe.rb', line 365 def (width) = width @v_scroll['border'] = @h_scroll['border'] = @hscr_list.each{|hscr| hscr['border'] = } self end |