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)
PyAxBaseWindow()
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
) –
__init__ (self)
msg (wx.msw.WXMSG) –
bool