Contents
|
PyCEdit
.CreateWindow
CreateWindow(
style
, rect
, parent
, id
)
Creates the window for a new Edit object.
Parameters
style
: int
The style for the Edit. Use any of the win32con.BS_* constants.
rect
: (left, top, right, bottom)
The size and position of the Edit.
parent
:
PyCWnd
The parent window of the Edit. Usually a
PyCDialog
.
id
: int
The Edits control ID.