PyCStatusBar.SetPaneInfo
SetPaneInfo(index, id, style, width)
Sets the specified indicator pane to a new ID, style, and width.
Parameters
The following indicator styles are supported:
afxres.SBPS_NOBORDERS - No 3-D border around the pane.
afxres.SBPS_POPOUT - Reverse border so that text "pops out."
afxres.SBPS_DISABLED - Do not draw text.
afxres.SBPS_STRETCH - Stretch pane to fill unused space. Only one pane per status bar can have this style.
afxres.SBPS_NORMAL - No stretch, borders, or pop-out.
MFC References