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:

api Class API

class wx.msw.PyAxBaseWindow(Window)

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.


Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__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) –



__init__ (self)





MSWTranslateMessage(self, msg)
Parameters

msg (wx.msw.WXMSG) –

Return type

bool