PyCMDIChildWnd.OnCreateClient Virtual

OnCreateClient(CREATESTRUCT, object )

Called by the framework during the execution of OnCreate.

Parameters

CREATESTRUCT : tuple

A tuple describing a CREATESTRUCT structure.

object : object

A Python object initially passed to LoadFrame

Return Value

The return value from this method is ignored, but an exception will prevent window creation.