Method: Tk::BLT::DnD.token_windowconfigure
- Defined in:
- lib/tkextlib/blt/unix_dnd.rb
.token_windowconfigure(win, slot, value = None) ⇒ Object
74 75 76 |
# File 'lib/tkextlib/blt/unix_dnd.rb', line 74 def token_windowconfigure(win, slot, value=None) itemconfigure(['token', 'window', win], slot, value) end |