Method: Tk::Tcllib::TablelistItemConfig#row_cget_strict
- Defined in:
- lib/tkextlib/tcllib/tablelist_core.rb
#row_cget_strict(tagOrId, option) ⇒ Object Also known as: rowcget_strict
127 128 129 |
# File 'lib/tkextlib/tcllib/tablelist_core.rb', line 127 def row_cget_strict(tagOrId, option) itemcget_strict(['row', tagOrId], option) end |