Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
SetDlgItemInt
win32gui
.SetDlgItemInt
SetDlgItemInt(
hDlg
, IDDlgItem
, Value
, Signed
)
Places an integer value in a dialog control
Parameters
hDlg
:
PyHANDLE
Handle to a dialog window
IDDlgItem
: int
Identifier of one of the dialog's controls
Value
: int
Value to placed in the control
Signed
: boolean
Indicates if the input value is signed