Class: TkBindTagAll

Inherits:
TkBindTag show all
Defined in:
lib/tk/bindtag.rb

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

.new(*args, &b) ⇒ Object



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