void CBCGPStatusBar::SetPaneWidth | ( | int | nIndex, |
int | cx, | ||
BOOL | bExactWidth = FALSE |
||
) |
Sets indicator width for a given index.
Call this member function to set the width of a status bar's pane.
nIndex | Index of the pane whose width is to be set. |
cx | Width of the pane. |
bExactWidth | Specifies whether to ignore internal pane paddings. |