added DropdownMenu and CTkOptionMenu

This commit is contained in:
Tom Schimansky
2022-05-25 22:14:38 +02:00
parent e96165d212
commit 91a8687736
9 changed files with 688 additions and 49 deletions

View File

@ -13,7 +13,7 @@ class CTkLabel(CTkBaseClass):
text_color="default_theme",
corner_radius="default_theme",
width=120,
height=25,
height=28,
text="CTkLabel",
text_font="default_theme",
**kwargs):