Class | Tk::BLT::VectorAccess |
In: |
tk/lib/tkextlib/blt/vector.rb
|
Parent: | Vector |
# File tk/lib/tkextlib/blt/vector.rb, line 223 def self.new(name) return TkVar_ID_TBL[name] if TkVar_ID_TBL[name] super(name, size=nil, keys={}) end