Method: Tk::TreeCtrl::ConfigMethod#notify_configure
- Defined in:
- lib/tkextlib/treectrl/tktreectrl.rb
#notify_configure(win, pattern, slot, value = None) ⇒ Object
605 606 607 608 |
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 605 def notify_configure(win, pattern, slot, value=None) pattern = "<#{pattern}>" itemconfigure(['notify', [win, pattern]], slot, value) end |