Method: Tk::Iwidgets::Scrolledcanvas#scan_dragto
- Defined in:
- ext/lib/tkextlib/iwidgets/scrolledcanvas.rb
#scan_dragto(x, y) ⇒ Object
295 296 297 298 |
# File 'ext/lib/tkextlib/iwidgets/scrolledcanvas.rb', line 295 def scan_dragto(x, y) tk_send_without_enc('scan', 'dragto', x, y) self end |