Method: TkComm#bind_remove_all

Defined in:
lib/tk.rb

#bind_remove_all(context) ⇒ Object



1125
1126
1127
1128
# File 'lib/tk.rb', line 1125

def bind_remove_all(context)
  _bind_remove(['bind', 'all'], context)
  TkBindTag::ALL
end