# File vtk/tk/vtkTkRenderWidget.rb, line 266
  def Leave(x,y)
    if (@OldFocus != nil)
      @OldFocus.focus
    end
  end