Method: Tk::BWidget::NoteBook#tabbind_remove
- Defined in:
- lib/tkextlib/bwidget/notebook.rb
#tabbind_remove(*args) ⇒ Object
82 83 84 85 |
# File 'lib/tkextlib/bwidget/notebook.rb', line 82 def tabbind_remove(*args) _bind_remove_for_event_class(Event_for_Tabs, [path, 'bindtabs'], *args) self end |