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

Inheritance diagram for class ColDragWindow:

super_classes Known Superclasses

wx.Window


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

DisplayAt

GetInsertionColumn

GetInsertionPos

GetMoveColumn

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.


Methods

__init__(self, parent, image, dragCol)

Initialize self. See help(type(self)) for accurate signature.



DisplayAt(self, pos, y)


GetInsertionColumn(self)


GetInsertionPos(self)


GetMoveColumn(self)


OnPaint(self, evt)