Method: Tk::BWidget::ListBox#textbind_remove
- Defined in:
- lib/tkextlib/bwidget/listbox.rb
#textbind_remove(*args) ⇒ Object
110 111 112 113 |
# File 'lib/tkextlib/bwidget/listbox.rb', line 110 def textbind_remove(*args) _bind_remove_for_event_class(Event_for_Items, [path, 'bindText'], *args) self end |