Method: Tk::Tcllib::TablelistItemConfig#cell_cget_strict

Defined in:
lib/tkextlib/tcllib/tablelist_core.rb

#cell_cget_strict(tagOrId, option) ⇒ Object Also known as: cellcget_strict



77
78
79
# File 'lib/tkextlib/tcllib/tablelist_core.rb', line 77

def cell_cget_strict(tagOrId, option)
  itemcget_strict(['cell', tagOrId], option)
end