Method: Tk::Entry#dragto
- Defined in:
- lib/tk/entry.rb
#dragto(pos) ⇒ Object
56 57 58 59 |
# File 'lib/tk/entry.rb', line 56 def dragto(pos) tk_send_without_enc('scan', 'dragto', pos) self end |
56 57 58 59 |
# File 'lib/tk/entry.rb', line 56 def dragto(pos) tk_send_without_enc('scan', 'dragto', pos) self end |