Home
last modified time | relevance | path

Searched refs:_OnButtonDown (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Wrapping/Python/vtk/wx/
H A DwxVTKRenderWindow.py216 self.Bind(wx.EVT_RIGHT_DOWN, self._OnButtonDown)
217 self.Bind(wx.EVT_LEFT_DOWN, self._OnButtonDown)
218 self.Bind(wx.EVT_MIDDLE_DOWN, self._OnButtonDown)
329 def _OnButtonDown(self, event): member in wxVTKRenderWindow
/dports/math/vtk9/VTK-9.1.0/Wrapping/Python/vtkmodules/wx/
H A DwxVTKRenderWindow.py217 self.Bind(wx.EVT_RIGHT_DOWN, self._OnButtonDown)
218 self.Bind(wx.EVT_LEFT_DOWN, self._OnButtonDown)
219 self.Bind(wx.EVT_MIDDLE_DOWN, self._OnButtonDown)
330 def _OnButtonDown(self, event): member in wxVTKRenderWindow
/dports/math/vtk8/VTK-8.2.0/Wrapping/Python/vtkmodules/wx/
H A DwxVTKRenderWindow.py217 self.Bind(wx.EVT_RIGHT_DOWN, self._OnButtonDown)
218 self.Bind(wx.EVT_LEFT_DOWN, self._OnButtonDown)
219 self.Bind(wx.EVT_MIDDLE_DOWN, self._OnButtonDown)
330 def _OnButtonDown(self, event): member in wxVTKRenderWindow