Class TkBindTagAll
In: tk/lib/tk/bindtag.rb
Parent: TkBindTag

Methods

new  

Public Class methods

[Source]

# File tk/lib/tk/bindtag.rb, line 56
  def TkBindTagAll.new(*args, &b)
    $stderr.puts "Warning: TkBindTagALL is obsolete. Use TkBindTag::ALL\n"

    TkBindTag::ALL.bind(*args, &b) if args != []
    TkBindTag::ALL
  end

[Validate]