# File vtk/tk/vtkTkImageViewerWidget.rb, line 166
  def EnterTkViewer
    if @FocusOnEnter
      self._GrabFocus
    end
    return nil
  end