Class | Tk::TkTable::NamedCellTag |
In: |
tk/lib/tkextlib/tktable/tktable.rb
|
Parent: | Tk::TkTable::CellTag |
# File tk/lib/tkextlib/tktable/tktable.rb, line 191 def self.new(parent, name, keys=nil) if CellTagID_TBL[parent.path] && CellTagID_TBL[parent.path][name] cell = CellTagID_TBL[parent.path][name] cell.configure(keys) if keys return cell else super(parent, name, keys) end end