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.
wx.msw.
PyAxBaseWindow
(Window)¶Possible constructors:
PyAxBaseWindow(parent : Window, id: int=-1, pos: Point=DefaultPosition,
size: Size=DefaultSize, style: int=0, name: str=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, *args, **kw)¶__init__ (self, parent : Window, id: int=-1, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name: str=PanelNameStr)
parent (wx.Window) –
id (wx.WindowID) –
pos (Point
) –
size (Size
) –
style (long) –
name (String
) –
None
__init__ (self)
None
MSWTranslateMessage
(self, msg : WXMSG)¶msg (wx.msw.WXMSG) –
bool