renewed CTkInputDialog

This commit is contained in:
Tom Schimansky
2022-11-11 00:06:25 +01:00
parent cbbc9efda3
commit 2c31f18dc1
5 changed files with 59 additions and 38 deletions

View File

@ -138,7 +138,7 @@ class App(customtkinter.CTk):
self.seg_button_1.set("Value 2")
def open_input_dialog(self):
dialog = customtkinter.CTkInputDialog(master=self, text="Type in a number:", title="CTkInputDialog")
dialog = customtkinter.CTkInputDialog(text="Type in a number:"*500, title="CTkInputDialog")
print("CTkInputDialog:", dialog.get_input())
def change_appearance_mode(self, new_appearance_mode: str):