In: |
tk/lib/tk.rb
|
# File tk/lib/tk.rb, line 1967 def bind(context, cmd=Proc.new, args=nil) Tk.bind(self, context, cmd, args) end
# File tk/lib/tk.rb, line 1971 def bind_append(context, cmd=Proc.new, args=nil) Tk.bind_append(self, context, cmd, args) end