types-ttkthemes 3.2.4.20250924__py3-none-any.whl → 3.2.4.20250927__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of types-ttkthemes might be problematic. Click here for more details.
- ttkthemes-stubs/themed_tk.pyi +16 -16
- {types_ttkthemes-3.2.4.20250924.dist-info → types_ttkthemes-3.2.4.20250927.dist-info}/METADATA +2 -2
- {types_ttkthemes-3.2.4.20250924.dist-info → types_ttkthemes-3.2.4.20250927.dist-info}/RECORD +6 -6
- {types_ttkthemes-3.2.4.20250924.dist-info → types_ttkthemes-3.2.4.20250927.dist-info}/WHEEL +0 -0
- {types_ttkthemes-3.2.4.20250924.dist-info → types_ttkthemes-3.2.4.20250927.dist-info}/licenses/LICENSE +0 -0
- {types_ttkthemes-3.2.4.20250924.dist-info → types_ttkthemes-3.2.4.20250927.dist-info}/top_level.txt +0 -0
ttkthemes-stubs/themed_tk.pyi
CHANGED
|
@@ -32,21 +32,21 @@ class ThemedTk(tkinter.Tk, ThemedWidget):
|
|
|
32
32
|
toplevel: bool | None = ...,
|
|
33
33
|
theme: str | None = ...,
|
|
34
34
|
background: str = ...,
|
|
35
|
-
bd:
|
|
35
|
+
bd: float | str = ...,
|
|
36
36
|
bg: str = ...,
|
|
37
|
-
border:
|
|
38
|
-
borderwidth:
|
|
37
|
+
border: float | str = ...,
|
|
38
|
+
borderwidth: float | str = ...,
|
|
39
39
|
cursor: tkinter._Cursor = ...,
|
|
40
|
-
height:
|
|
40
|
+
height: float | str = ...,
|
|
41
41
|
highlightbackground: str = ...,
|
|
42
42
|
highlightcolor: str = ...,
|
|
43
|
-
highlightthickness:
|
|
43
|
+
highlightthickness: float | str = ...,
|
|
44
44
|
menu: tkinter.Menu = ...,
|
|
45
|
-
padx:
|
|
46
|
-
pady:
|
|
45
|
+
padx: float | str = ...,
|
|
46
|
+
pady: float | str = ...,
|
|
47
47
|
relief: Literal["raised", "sunken", "flat", "ridge", "solid", "groove"] = ...,
|
|
48
48
|
takefocus: bool | Literal[0, 1, ""] | Callable[[str], bool | None] = ...,
|
|
49
|
-
width:
|
|
49
|
+
width: float | str = ...,
|
|
50
50
|
) -> dict[str, tuple[str, str, str, Any, Any]] | None: ...
|
|
51
51
|
def cget(self, k: str) -> Any: ...
|
|
52
52
|
def configure( # type: ignore[override]
|
|
@@ -57,21 +57,21 @@ class ThemedTk(tkinter.Tk, ThemedWidget):
|
|
|
57
57
|
toplevel: bool | None = ...,
|
|
58
58
|
theme: str | None = ...,
|
|
59
59
|
background: str = ...,
|
|
60
|
-
bd:
|
|
60
|
+
bd: float | str = ...,
|
|
61
61
|
bg: str = ...,
|
|
62
|
-
border:
|
|
63
|
-
borderwidth:
|
|
62
|
+
border: float | str = ...,
|
|
63
|
+
borderwidth: float | str = ...,
|
|
64
64
|
cursor: tkinter._Cursor = ...,
|
|
65
|
-
height:
|
|
65
|
+
height: float | str = ...,
|
|
66
66
|
highlightbackground: str = ...,
|
|
67
67
|
highlightcolor: str = ...,
|
|
68
|
-
highlightthickness:
|
|
68
|
+
highlightthickness: float | str = ...,
|
|
69
69
|
menu: tkinter.Menu = ...,
|
|
70
|
-
padx:
|
|
71
|
-
pady:
|
|
70
|
+
padx: float | str = ...,
|
|
71
|
+
pady: float | str = ...,
|
|
72
72
|
relief: Literal["raised", "sunken", "flat", "ridge", "solid", "groove"] = ...,
|
|
73
73
|
takefocus: bool | Literal[0, 1, ""] | Callable[[str], bool | None] = ...,
|
|
74
|
-
width:
|
|
74
|
+
width: float | str = ...,
|
|
75
75
|
) -> dict[str, tuple[str, str, str, Any, Any]] | None: ...
|
|
76
76
|
def __getitem__(self, k: str) -> Any: ...
|
|
77
77
|
def __setitem__(self, k: str, v: Any) -> None: ...
|
{types_ttkthemes-3.2.4.20250924.dist-info → types_ttkthemes-3.2.4.20250927.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-ttkthemes
|
|
3
|
-
Version: 3.2.4.
|
|
3
|
+
Version: 3.2.4.20250927
|
|
4
4
|
Summary: Typing stubs for ttkthemes
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://github.com/python/typeshed
|
|
@@ -35,4 +35,4 @@ This package was tested with the following type checkers:
|
|
|
35
35
|
* [pyright](https://github.com/microsoft/pyright) 1.1.405
|
|
36
36
|
|
|
37
37
|
It was generated from typeshed commit
|
|
38
|
-
[`
|
|
38
|
+
[`ec184feeee93a545028833de6a1d62ffbb766f2c`](https://github.com/python/typeshed/commit/ec184feeee93a545028833de6a1d62ffbb766f2c).
|
{types_ttkthemes-3.2.4.20250924.dist-info → types_ttkthemes-3.2.4.20250927.dist-info}/RECORD
RENAMED
|
@@ -5,9 +5,9 @@ ttkthemes-stubs/_utils.pyi,sha256=qYNGdJhcKmWJTfv8LVWKciPuKnUrUhY4hJ-Pwl9kENI,42
|
|
|
5
5
|
ttkthemes-stubs/_widget.pyi,sha256=FjK0bwU6U4rz_oTdP94elZXkMv0jXGKp8OAhbb8mXsA,832
|
|
6
6
|
ttkthemes-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
ttkthemes-stubs/themed_style.pyi,sha256=dFtTG4Vhf3B23yZW7cQ5ch9kyXNf4fHj2NM-kL6LTCE,492
|
|
8
|
-
ttkthemes-stubs/themed_tk.pyi,sha256=
|
|
9
|
-
types_ttkthemes-3.2.4.
|
|
10
|
-
types_ttkthemes-3.2.4.
|
|
11
|
-
types_ttkthemes-3.2.4.
|
|
12
|
-
types_ttkthemes-3.2.4.
|
|
13
|
-
types_ttkthemes-3.2.4.
|
|
8
|
+
ttkthemes-stubs/themed_tk.pyi,sha256=lIRldEoXYMEQiLWerlXogCN5ZQLlbCdYwtFxS9FsuZU,2879
|
|
9
|
+
types_ttkthemes-3.2.4.20250927.dist-info/licenses/LICENSE,sha256=KV-FOMlK5cMEMwHPfP8chS2ranhqjd7kceBhtA1eyr4,12657
|
|
10
|
+
types_ttkthemes-3.2.4.20250927.dist-info/METADATA,sha256=_UqTp5CKHkZTIkv2PY95eQAqz6vloly5UVlIL5DgxJU,1752
|
|
11
|
+
types_ttkthemes-3.2.4.20250927.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
+
types_ttkthemes-3.2.4.20250927.dist-info/top_level.txt,sha256=c52mc6t_mlUFN04FzmIB71ILxskxUMRgaLTAf1fyVuU,16
|
|
13
|
+
types_ttkthemes-3.2.4.20250927.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{types_ttkthemes-3.2.4.20250924.dist-info → types_ttkthemes-3.2.4.20250927.dist-info}/top_level.txt
RENAMED
|
File without changes
|