Module that holds the GUI modes used by FloatCanvas
Note that this can only be imported after a wx.App() has been created.
This approach was inspired by Christian Blouin, who also wrote the initial version of the code.
Cursors |
Class to hold the standard Cursors |
GUIBase |
Basic Mouse mode and baseclass for other GUImode. |
GUIMouse |
Mouse mode checks for a hit test, and if nothing is hit, |
GUIMove |
Mode that moves the image (pans). |
GUIZoomIn |
Mode to zoom in. |
GUIZoomOut |
Mode to zoom out. |
ZoomWithMouseWheel |