You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()