Contents
|
Python for Win32 Extensions Help
>
Pythonwin and win32ui
>
Modules
>
win32ui
>
SetStatusText
win32ui
.SetStatusText
SetStatusText(
msg
, bForce
)
Sets the text in the status bar of the application.
Parameters
msg
: string
The message to write to the status bar.
bForce=0
: int
A flag indicating if the message should be forced to the status bar, or written in idle time.