Class: TkBindTagAll
Constant Summary
Constants inherited from TkBindTag
TkBindTag::ALL, TkBindTag::BTagID_TBL
Class Method Summary collapse
Methods inherited from TkBindTag
id2obj, #initialize, #inspect, #name, new_by_name, #to_eval
Methods included from TkBindCore
#bind, #bind_append, #bind_remove, #bindinfo
Constructor Details
This class inherits a constructor from TkBindTag
Class Method Details
permalink .new(*args, &b) ⇒ Object
[View source]
90 91 92 93 94 95 |
# 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 |