Parent

Methods

Class/Module Index [+]

Quicksearch

TkBindTagAll

Public Class Methods

new(*args, &b) click to toggle source
                
# File tk/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
blog comments powered by Disqus