wx.lib.gridmovers.GridColMover
EvtHandler() -> None
A class that can handle events from the windowing system.
 Class Hierarchy

Inheritance diagram for class 
GridColMover:
 
 Methods Summary
 Class API
- 
class GridColMover(wx.EvtHandler)
 
EvtHandler() -> None
A class that can handle events from the windowing system.
Methods
- 
__init__(self, grid)
 
Initialize self.  See help(type(self)) for accurate signature.
- 
OnDestroy(self, evt)
 
- 
OnMouseMove(self, evt)
 
- 
OnPress(self, evt)
 
- 
OnRelease(self, evt)