Method: TkMultiListFrame#titlelabels
- Defined in:
- sample/tkmultilistframe.rb
#titlelabels(*indices) ⇒ Object
get label widgets of listbox titles
433 434 435 |
# File 'sample/tkmultilistframe.rb', line 433 def titlelabels(*indices) @title_list[*indices] end |