wx.msw.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.
Class Hierarchy¶
Methods Summary¶
Class API¶
- class wx.msw.PyAxBaseWindow(Window)¶
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.
Methods¶
- __init__(self, *args, **kw)¶
-
__init__ (self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=0, name=PanelNameStr)
- Parameters:
parent (wx.Window)
id (wx.WindowID)
pos (
Point
)size (
Size
)style (long)
name (
String
)
- Return type:
None
__init__ (self)
- Return type:
None
- MSWTranslateMessage(self, msg)¶
- Parameters:
msg (wx.msw.WXMSG)
- Return type:
bool