.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.gridmovers .. highlight:: python .. _wx.lib.gridmovers.GridColMover: ========================================================================================================================================== |phoenix_title| **wx.lib.gridmovers.GridColMover** ========================================================================================================================================== EvtHandler() A class that can handle events from the windowing system. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class GridColMover:
| |super_classes| Known Superclasses ================================== :class:`wx.EvtHandler` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.gridmovers.GridColMover.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.lib.gridmovers.GridColMover.OnDestroy` :meth:`~wx.lib.gridmovers.GridColMover.OnMouseMove` :meth:`~wx.lib.gridmovers.GridColMover.OnPress` :meth:`~wx.lib.gridmovers.GridColMover.OnRelease` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: GridColMover(wx.EvtHandler) EvtHandler() A class that can handle events from the windowing system. .. method:: __init__(self,grid) Initialize self. See help(type(self)) for accurate signature. .. method:: OnDestroy(self, evt) .. method:: OnMouseMove(self,evt) .. method:: OnPress(self,evt) .. method:: OnRelease(self,evt)