Class TclTkLibCommand
In: tk/lib/tcltk.rb
Parent: TclTkCommand

class TclTkLibCommand: tcl/tk commands in the library

Methods

new  

Public Class methods

initialize(ip, name):

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

[Source]

# File tk/lib/tcltk.rb, line 217
  def initialize(ip, name)
    super(ip._tcltkip, name)
  end

[Validate]

ruby-doc.org is a service of James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, AZ.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.