.. 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.ColDragWindow:
==========================================================================================================================================
|phoenix_title| **wx.lib.gridmovers.ColDragWindow**
==========================================================================================================================================
Window() -> None
Window(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name: str=PanelNameStr) -> None
wxWindow is the base class for all windows and represents any visible
object on screen.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
ColDragWindow:
|
|super_classes| Known Superclasses
==================================
:class:`wx.Window`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.gridmovers.ColDragWindow.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.gridmovers.ColDragWindow.DisplayAt`
:meth:`~wx.lib.gridmovers.ColDragWindow.GetInsertionColumn`
:meth:`~wx.lib.gridmovers.ColDragWindow.GetInsertionPos`
:meth:`~wx.lib.gridmovers.ColDragWindow.GetMoveColumn`
:meth:`~wx.lib.gridmovers.ColDragWindow.OnPaint`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: ColDragWindow(wx.Window)
Window() -> None
Window(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name: str=PanelNameStr) -> None
wxWindow is the base class for all windows and represents any visible
object on screen.
.. method:: __init__(self,parent,image,dragCol)
Initialize self. See help(type(self)) for accurate signature.
.. method:: DisplayAt(self,pos,y)
.. method:: GetInsertionColumn(self)
.. method:: GetInsertionPos(self)
.. method:: GetMoveColumn(self)
.. method:: OnPaint(self,evt)