wx.lib.floatcanvas.GUIMode.GUIZoomIn¶
Mode to zoom in.
Class Hierarchy¶
Known Superclasses¶
wx.lib.floatcanvas.GUIMode.GUIBase
, wx.lib.floatcanvas.GUIMode.ZoomWithMouseWheel
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
Update gets called if the screen has been repainted in the middle of a zoom in |
Class API¶
- class GUIZoomIn(ZoomWithMouseWheel, GUIBase)¶
Mode to zoom in.
Methods¶
- __init__(self, canvas=None)¶
Initialize self. See help(type(self)) for accurate signature.
- OnLeftDown(self, event)¶
- OnLeftUp(self, event)¶
- OnMove(self, event)¶
- OnRightDown(self, event)¶
- UpdateScreen(self)¶
Update gets called if the screen has been repainted in the middle of a zoom in so the Rubber Band Box can get updated