Method: Tk::Tcllib::TablelistItemConfig#row_cget
- Defined in:
- lib/tkextlib/tcllib/tablelist_core.rb
#row_cget(tagOrId, option) ⇒ Object Also known as: rowcget
124 125 126 |
# File 'lib/tkextlib/tcllib/tablelist_core.rb', line 124 def row_cget(tagOrId, option) itemcget(['row', tagOrId], option) end |