[Source]
# File tk/lib/tk.rb, line 1125 def initialize(id) @id = id end
# File tk/lib/tk.rb, line 1128 def method_missing(m, *args, &b) TkCore::INTERP.tk_object_table(@id).__send__(m, *args, &b) end
[Validate]