# File vtk/tk/vtkTkRenderWidget.rb, line 260
  def Enter(x,y)
    @OldFocus = self.focus
    self.focus
    self.StartMotion(x, y)
  end