class TclTkLibCommand
class TclTkLibCommand: tcl/tk commands in the library
Public Class Methods
Source
# File lib/tcltk.rb, line 218 def initialize(ip, name) super(ip._tcltkip, name) end
initialize(ip, name):
ip: interpreter(TclTkInterpreter) name: command name (String)
Calls superclass method
TclTkObject::new