# File vtk/gtk/GtkGLExtVTKRenderWindow.rb, line 404 def StartMotion(wid, event=nil) x = event.x y = event.y self.UpdateRenderer(x,y) return true end