PyCListCtrl.CreateWindow

CreateWindow(style, rect, PyCWnd, id)

Creates the actual window for the object.

Parameters

style : int

The window style

rect : int, int, int, int

The default rectangle

PyCWnd : parent

The parent window

id : int

The control ID

MFC References

CListCtrl::Create