CreateWindow(parent, id, style, rect)
Creates the window for a view.
Parameters
parent : PyCWnd
The parent window (usually a frame)id=win32ui.AFX_IDW_PANE_FIRST : int
The child ID for the view
style=win32ui.AFX_WS_DEFAULT_VIEW : int
The style for the view
rect=(0,0,0,0) : (left, top, right, bottom)
The default position of the window.