LoadFrame(idResource, style, wndParent, context)
Loads a Windows frame window and associated resources
Parameters
idResource=IDR_PYTHONTYPE : int
The Id of the resources (menu, icon, etc) for this
window
style=-1 : long
The window style. Note -1 implies
win32con.WS_OVERLAPPEDWINDOW|win32con.FWS_ADDTOTITLE
wndParent=None : PyCWnd
The parent of the window, or None.
context=None : object
An object passed to the OnCreateClient for the frame,
MFC References
CFrameWnd::LoadFrame