PyCMDIChildWnd Object

A windows frame window. Encapsulates an MFC CMDIChildWindow class

Methods

ActivateFrame
Calls the underlying MFC ActivateFrame method. 

CreateWindow
Creates the actual window for the PyCWnd object. 

GetMDIFrame
Returns the MDI parent frame 

MDIActivate
Activates the MDI frame independent of the main frame. 

PreCreateWindow
Calls the underlying MFC PreCreateWindow method. 

PreTranslateMessage
Calls the underlying MFC PreTranslateMessage method. 

OnCommand
Calls the standard Python framework OnCommand handler 

OnClose
Calls the standard Python framework OnClose handler 

Based On

PyCFrameWnd