Skip to content

Commit

Permalink
Added PyMonCtl module to improve multi-monitor capabilities (macOS mu…
Browse files Browse the repository at this point in the history
…lti-monitor still pending), added setParent() method. Reorganized to avoid IDEs showing external and / or private elements

WINDOWS: Simplified alwaysOnBottom(), found a smarter way to refresh window after bringing it back with sendBehind()
MACOSNSWINDOW: Added experimental acceptInput() method (not possible in AppleScript version)
  • Loading branch information
Kalmat committed Aug 28, 2023
1 parent f09a4a3 commit 9b02d1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/type-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ["3.11"]
python-version: ["3.10"]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions typings/AppKit.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ class NSWindow(NSObject):

class NSBackingStoreBuffered(NSObject):
def __getattr__(self, name: str) -> Any: ...


class WindowDelegate(NSObject):
def _getattr(selfself, name:str) -> Any: ...

0 comments on commit 9b02d1f

Please sign in to comment.