Method: Tk::PanedWindow#sash_dragto

Defined in:
ext/lib/tk/panedwindow.rb

#sash_dragto(index, x, y) ⇒ Object



66
67
68
69
# File 'ext/lib/tk/panedwindow.rb', line 66

def sash_dragto(index, x, y)
  tk_send('sash', 'dragto', index, x, y)
  self
end