Class: TclTkLibCommand

Inherits:
TclTkCommand show all
Defined in:
lib/tcltk.rb

Overview

class TclTkLibCommand: tcl/tk commands in the library

Instance Method Summary collapse

Methods inherited from TclTkCommand

#e

Methods inherited from TclTkObject

#to_s

Constructor Details

#initialize(ip, name) ⇒ TclTkLibCommand

initialize(ip, name):

ip: interpreter(TclTkInterpreter)
name: command name (String)


217
218
219
# File 'lib/tcltk.rb', line 217

def initialize(ip, name)
  super(ip._tcltkip, name)
end