mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
pywin32 stubs update (#9040)
boolean methods win32gui_struct MonitorFromRect, FindWindow, FindWindowEx, GetWindowPlacement, GetMenuItemRect
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user