phoenix_title 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 Class Hierarchy

Inheritance diagram for class PyAxBaseWindow:

method_summary Methods Summary

__init__

MSWTranslateMessage


api Class API

class 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.


Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self, parent : Window, id: int=-1, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name: str=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 : WXMSG)
Parameters:

msg (wx.msw.WXMSG) –

Return type:

bool