PyCStatusBarCtrl.CreateWindow

CreateWindow(style, rect, parent, id)

Creates the actual control.

Parameters

style : int

The style for the control.

rect : (left, top, right, bottom)

The size and position of the control.

parent : PyCWnd

The parent window of the control. Usually a PyCDialog.

id : int

The control's ID.