Module wx.lib.floatcanvas.GUIMode
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 inpired by Christian Blouin, who also wrote the initial
version of the code.
Classes |
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,
raises a FloatCanvas mouse event for each event. |
GUIMove |
|
GUIZoomIn |
|
GUIZoomOut |
|