Class: TclTkLibCommand (Ruby 2.3.4)

In Files

  • tk/lib/tcltk.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

TclTkLibCommand

class TclTkLibCommand: tcl/tk commands in the library

Public Class Methods

new(ip, name)

initialize(ip, name):

ip: interpreter(TclTkInterpreter)
name: command name (String)
 
               # File tk/lib/tcltk.rb, line 218
def initialize(ip, name)
  super(ip._tcltkip, name)
end