pywin32 stubs update (#9040)

boolean methods
win32gui_struct
MonitorFromRect, FindWindow, FindWindowEx, GetWindowPlacement, GetMenuItemRect
This commit is contained in:
Samuel T
2022-10-30 19:04:37 -04:00
committed by GitHub
parent e8595f3df3
commit a46c48136b
13 changed files with 220 additions and 24 deletions

View File

@@ -110,9 +110,9 @@ def GetThread() -> _win32typing.PyCWinApp: ...
def GetType(): ...
def InitRichEdit() -> str: ...
def InstallCallbackCaller(): ...
def IsDebug() -> bool: ...
def IsWin32s() -> bool: ...
def IsObject(o) -> bool: ...
def IsDebug() -> int: ...
def IsWin32s() -> int: ...
def IsObject(__o: object) -> bool: ...
def LoadDialogResource(idRes, dll: _win32typing.PyDLL | None = ...): ...
def LoadLibrary(fileName: str) -> _win32typing.PyDLL: ...
def LoadMenu(_id, dll: _win32typing.PyDLL | None = ...) -> _win32typing.PyCMenu: ...