Mode that moves the image (pans). It doesn’t change any coordinates, it only changes what the viewport is
wx.lib.floatcanvas.GUIMode.GUIBase
, wx.lib.floatcanvas.GUIMode.ZoomWithMouseWheel
GUIMove
(ZoomWithMouseWheel, GUIBase)¶Mode that moves the image (pans). It doesn’t change any coordinates, it only changes what the viewport is
__init__
(self, canvas=None)¶MoveImage
(self, event)¶OnLeftDown
(self, event)¶OnLeftUp
(self, event)¶OnMove
(self, event)¶OnMoveTimer
(self, event=None)¶UpdateScreen
(self)¶