wx.lib.multisash.MultiCreator¶
Window() -> None Window(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, name=PanelNameStr) -> None
wxWindow is the base class for all windows and represents any visible object on screen.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
Class API¶
- class MultiCreator(wx.Window)¶
Window() -> None Window(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, name=PanelNameStr) -> None
wxWindow is the base class for all windows and represents any visible object on screen.
Methods¶
- __init__(self, parent, side)¶
Initialize self. See help(type(self)) for accurate signature.
- CalcSizePos(self, parent)¶
- OnEnter(self, evt)¶
- OnLeave(self, evt)¶
- OnMouseMove(self, evt)¶
- OnPaint(self, evt)¶
- OnPress(self, evt)¶
- OnRelease(self, evt)¶
- OnSize(self, evt)¶