# File vtk/tk/vtkTkRenderWindowInteractor.rb, line 188
  def _GrabFocus(enter=0)
    @OldFocus=self.focus
    self.focus
  end