Files
geMoldInsight/venv/lib/python3.11/site-packages/matplotlib/_c_internal_utils.pyi
T

9 lines
377 B
Python
Raw Normal View History

2026-02-12 23:22:11 +08:00
def display_is_valid() -> bool: ...
def xdisplay_is_valid() -> bool: ...
def Win32_GetForegroundWindow() -> int | None: ...
def Win32_SetForegroundWindow(hwnd: int) -> None: ...
def Win32_SetProcessDpiAwareness_max() -> None: ...
def Win32_SetCurrentProcessExplicitAppUserModelID(appid: str) -> None: ...
def Win32_GetCurrentProcessExplicitAppUserModelID() -> str | None: ...