# File vtk/tk/vtkTkImageViewerWidget.rb, line 268 def StartQueryInteraction(x,y) if ! @FocusOnEnter _GrabFocus() end # Query PixleValue stuff @WindowActor.SetVisibility(1) self.UpdateQueryInteraction(x,y) end