mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
Merge branch 'test_scaling'
# Conflicts: # customtkinter/widgets/ctk_button.py # customtkinter/widgets/ctk_checkbox.py # customtkinter/widgets/ctk_entry.py # customtkinter/widgets/ctk_label.py # customtkinter/widgets/ctk_progressbar.py # customtkinter/widgets/ctk_radiobutton.py # customtkinter/widgets/ctk_slider.py # customtkinter/widgets/ctk_switch.py # customtkinter/widgets/customtkinter_frame.py
This commit is contained in:
@ -15,6 +15,8 @@ class ExampleApp(customtkinter.CTk):
|
||||
window = customtkinter.CTkToplevel(self)
|
||||
window.geometry("400x200")
|
||||
|
||||
print(window.master.winfo_class())
|
||||
|
||||
label = customtkinter.CTkLabel(window, text="CTkToplevel window")
|
||||
label.pack(side="top", fill="both", expand=True, padx=40, pady=40)
|
||||
|
||||
|
Reference in New Issue
Block a user