StatusBarWrapper
Class that wraps Windows Status Bar common control
The StatusBarWrapper class is accessible via the pywinauto.controls.common_controls module.
Attributes
Methods
f BorderWidths(self) ...
Return the border widths of the StatusBar
A dictionary of the 3 available widths is returned: Horizontal - the horizontal width Vertical - The width above and below the status bar parts Inter - The width between parts of the status bar
See the source for more information.