Releases: Kalmat/PyWinCtl
Releases · Kalmat/PyWinCtl
PyWinCtl
macOS (Apple Script version): fixed isActive() (for apps with limited AppScript support) and getChildren() methods
PyWinCtl
macOS (Apple Script version): fixed activate() method
PyWinCtl
macOS (Apple Script version): Added legible "shortcut" entry in MENU struct (only if addItemInfo enabled)
PyWinCtl
Improved methods documentation, homogenized getMenuItemRect() args, and fixed macOS (Apple Script version) getMenu() method
PyWinCtl
- Added getAppName() method in window class
- Added getApps() and getAppsWindows() as general functiions
- Improved performance of MacOSWindow() class (Apple Script version)
PyWinCtl
Added getHandle(), getParent(), isParent(), isChild() methods for all platforms and classes.
Fixed for older macOS versiones (e.g. Yosemite).
PyWinCtl
Eliminated debug print() sentence
PyWinCtl
Multi-Platform Python module to get info and control windows
Multi-Platform PyGetWindow fork including Windows, Linux and MacOS
Added Menu information and control methods for win32Window (Windows) and MacOSWindow (MacOS AppleScript version) classes (Xlib does not have any standard API for menus)
Multi-Platform PyGetWindow fork including Linux and macOS
Improved documentation.
Simplified and homogenized Windows module.
Windows only: added menu info and control submodule: getMenu(), getMenuInfo(), getMenuItemCount(), getMenuItemInfo(), getMenuItemRect(), clickMenuItem()