Class: TclTkLibCommand
- Inherits:
-
TclTkCommand
- Object
- TclTkObject
- TclTkCommand
- TclTkLibCommand
- Defined in:
- lib/tcltk.rb
Overview
class TclTkLibCommand: tcl/tk commands in the library
Instance Method Summary collapse
-
#initialize(ip, name) ⇒ TclTkLibCommand
constructor
initialize(ip, name): ip: interpreter(TclTkInterpreter) name: command name (String).
Methods inherited from TclTkCommand
Methods inherited from TclTkObject
Constructor Details
#initialize(ip, name) ⇒ TclTkLibCommand
initialize(ip, name):
ip: interpreter(TclTkInterpreter)
name: command name (String)
218 219 220 |
# File 'lib/tcltk.rb', line 218 def initialize(ip, name) super(ip._tcltkip, name) end |