File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
def display_is_valid () -> bool : ...
2
+
3
+ def Win32_GetForegroundWindow () -> int | None : ...
4
+ def Win32_SetForegroundWindow (hwnd : int ) -> None : ...
5
+ def Win32_SetProcessDpiAwareness_max () -> None : ...
6
+ def Win32_SetCurrentProcessExplicitAppUserModelID (appid : str ) -> None : ...
7
+ def Win32_GetCurrentProcessExplicitAppUserModelID () -> str | None : ...
Original file line number Diff line number Diff line change @@ -173,3 +173,9 @@ class _OrderedSet(collections.abc.MutableSet):
173
173
174
174
def _backend_module_name (name : str ) -> str : ...
175
175
def _format_approx (number : float , precision : int ) -> str : ...
176
+ def _setup_new_guiapp () -> None : ...
177
+ def _g_sig_digits (value : float , delta : float ) -> int : ...
178
+ def _unikey_or_keysym_to_mplkey (unikey : str , keysym : str ) -> str : ...
179
+ def _auto_format_str (fmt : str , value : Any ) -> str : ...
180
+ def _str_equal (obj : Any , s : str ) -> bool : ...
181
+ def _str_lower_equal (obj : Any , s : str ) -> bool : ...
You can’t perform that action at this time.
0 commit comments