.. 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.GridRowMover:
==========================================================================================================================================
|phoenix_title| **wx.lib.gridmovers.GridRowMover**
==========================================================================================================================================
EvtHandler() -> None
A class that can handle events from the windowing system.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
GridRowMover:
|
|super_classes| Known Superclasses
==================================
:class:`wx.EvtHandler`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.gridmovers.GridRowMover.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.gridmovers.GridRowMover.OnDestroy`
:meth:`~wx.lib.gridmovers.GridRowMover.OnMouseMove`
:meth:`~wx.lib.gridmovers.GridRowMover.OnPress`
:meth:`~wx.lib.gridmovers.GridRowMover.OnRelease`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: GridRowMover(wx.EvtHandler)
EvtHandler() -> None
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)