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