Class to provide a GUI Mode that makes a rubber band box that can be drawn on a Window
wx.lib.floatcanvas.GUIMode.GUIBase
Default class constructor. |
|
Class to provide a GUI Mode that makes a rubber band box that can be drawn on a Window
Default class constructor.
CallBack – is the method you want called when the mouse is released. That method will be called, passing in a rect parameter, where rect is: (Point, WH) of the rect in world coords.
Tol – The tolerance for the smallest rectangle allowed. defaults to 5. In pixels