Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • tk/lib/tk/bindtag.rb

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