updated documentation images

This commit is contained in:
Tom Schimansky
2021-08-25 17:33:44 +02:00
parent ccd1040329
commit b4f8166940
6 changed files with 15 additions and 3 deletions

View File

@ -62,6 +62,10 @@ class App(tkinter.Tk):
corner_radius=8)
self.button_3.place(relx=0.5, y=150, anchor=tkinter.CENTER)
self.check_box_1 = customtkinter.CTkCheckBox(master=self.frame_left,
text="CTkCheckBox")
self.check_box_1.place(relx=0.5, rely=0.92, anchor=tkinter.CENTER)
# ============ frame_right ============
self.frame_info = customtkinter.CTkFrame(master=self.frame_right,