SetText(text, nPane, nType)
Set the text in the given part of a status bar control.
Parameters
text : string
The text to displaynPane : int
Zero-based index of the part to set.nType : int
Type of drawing operation.Comments
The drawing type can be set to one of:~
0 - The text is drawn with a border to appear lower than
the plane of the status bar.~
win32con.SBT_NOBORDERS - The text is drawn without borders.~
win32con.SBT_OWNERDRAW - The text is drawn by the parent window.~
win32con.SBT_POPOUT - The text is drawn with a border to appear
higher than the plane of the status bar.