phoenix_title wx.lib.floatcanvas.GUIMode.GUIZoomOut

Mode to zoom out.


class_hierarchy Class Hierarchy

Inheritance diagram for class GUIZoomOut:

super_classes Known Superclasses

wx.lib.floatcanvas.GUIMode.GUIBase, wx.lib.floatcanvas.GUIMode.ZoomWithMouseWheel


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

OnLeftDown

OnMove

OnRightDown


api Class API

class GUIZoomOut(ZoomWithMouseWheel, GUIBase)

Mode to zoom out.

__init__(self, Canvas=None)

Initialize self. See help(type(self)) for accurate signature.

OnLeftDown(self, event)
OnMove(self, event)
OnRightDown(self, event)