missing textvariable from CTkLabel

This commit is contained in:
Bruno Cabral 2023-07-19 10:50:48 -07:00 committed by GitHub
parent f629e4c5cb
commit ed331b1f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ class CTkLabel(CTkBaseClass):
text: str = "CTkLabel",
font: Optional[Union[tuple, CTkFont]] = None,
textvariable: Union[tkinter.Variable, None] = None,
image: Union[CTkImage, None] = None,
compound: str = "center",
anchor: str = "center", # label anchor: center, n, e, s, w