PyCWinThread.SetMainFrame

SetMainFrame(mainFrame)

Sets the threads main frame

Parameters

mainFrame : PyCWnd

The applications main frame.

Comments

You can pass None to this function to reset the main frame. Should I free this? I dont think so!