Method: Tk::BWidget::Tree#imagebind_remove

Defined in:
lib/tkextlib/bwidget/tree.rb

#imagebind_remove(*args) ⇒ Object



116
117
118
119
# File 'lib/tkextlib/bwidget/tree.rb', line 116

def imagebind_remove(*args)
  _bind_remove_for_event_class(Event_for_Items, [path, 'bindImage'], *args)
  self
end