class TkBindTagAll

Public Class Methods

new(*args, &b) click to toggle source
# File lib/tk/bindtag.rb, line 90
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