Method: Tk::TreeCtrl::ConfigMethod#column_dragconfigure
- Defined in:
- lib/tkextlib/treectrl/tktreectrl.rb
#column_dragconfigure(slot, value = None) ⇒ Object
460 461 462 |
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 460 def column_dragconfigure(slot, value=None) itemconfigure(['column', 'drag'], slot, value) end |