Method: Tk::BWidget::ListBox#imagebind_remove

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

#imagebind_remove(*args) ⇒ Object



77
78
79
80
# File 'lib/tkextlib/bwidget/listbox.rb', line 77

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