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

@ -21,7 +21,7 @@ class CTkButton(CTkBaseClass):
command=None,
textvariable=None,
width=120,
height=30,
height=28,
corner_radius="default_theme",
text_font="default_theme",
text_color="default_theme",