controls
Controls package
The controls module is accessible via the pywinauto module.
Modules
The pywinauto.controls module exposes 4 submodules:
- HwndWrapper
- Basic wrapping of Windows controls
- common_controls
- Classes that wrap the Windows Common controls
- menuwrapper
- Wrapper around Menu's and Menu items
- win32_controls
- Wraps various standard windows controls
See the source for more information.