A Window class for use with ActiveX controls.
This Window class exposes some low-level Microsoft Windows specific methods which can be overridden in Python. Intended for use as an ActiveX container, but could also be useful elsewhere.
Possible constructors:
PyAxBaseWindow(parent, id=-1, pos=DefaultPosition, size=DefaultSize,
style=0, name=PanelNameStr) -> None
PyAxBaseWindow() -> None
A Window class for use with ActiveX controls.
This Window class exposes some low-level Microsoft Windows specific methods which can be overridden in Python. Intended for use as an ActiveX container, but could also be useful elsewhere.
__init__ (self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=0, name=PanelNameStr)
parent (wx.Window)
id (wx.WindowID)
pos (Point
)
size (Size
)
style (long)
name (String
)
None
__init__ (self)
None
msg (wx.msw.WXMSG)
bool