klyn.gui.windows.Splitter.dragTo
method
public dragTo(x as Int, y as Int) as Boolean:
Description

Moves the splitter handle during an active drag.

Returns

true when pane bounds changed and a repaint is useful.

Example
if splitter.dragTo(x, y):
splitter.repaint()