We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6dcd80 commit 3d8e5e0Copy full SHA for 3d8e5e0
docs/reference/ImageGrab.rst
@@ -42,9 +42,9 @@ or the clipboard to a PIL image memory.
42
.. versionadded:: 7.1.0
43
44
:param window:
45
- HWND, to capture a single window. Windows only.
+ Capture a single window. On Windows, this is a HWND. On macOS, it uses windowid.
46
47
- .. versionadded:: 11.2.1
+ .. versionadded:: 11.2.1 (Windows), 12.0.0 (macOS)
48
:return: An image
49
50
.. py:function:: grabclipboard()
0 commit comments