We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tkinter.ttk
compound
1 parent 187928d commit 5eb040bCopy full SHA for 5eb040b
stdlib/tkinter/ttk.pyi
@@ -46,7 +46,7 @@ _Padding: TypeAlias = (
46
)
47
48
# from ttk_widget (aka ttk::widget) manual page, differs from tkinter._Compound
49
-_TtkCompound: TypeAlias = Literal["text", "image", tkinter._Compound]
+_TtkCompound: TypeAlias = Literal["", "text", "image", tkinter._Compound]
50
51
class Style:
52
master: Incomplete
0 commit comments