fixed entry placeholder for textvariables and added test_entry_placeholder.py

This commit is contained in:
Tom Schimansky
2022-07-07 18:07:54 +02:00
parent 162997c7da
commit de33629e7d
6 changed files with 66 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
import tkinter
import sys
from typing import Union, Tuple, Callable
from typing import Union, Tuple, Callable, Literal
from .ctk_canvas import CTkCanvas
from ..theme_manager import ThemeManager