... # Create a container to hold labels buttons_frame = ttk.LabelFrame(window, text=' Label in a Frame') buttons_frame.grid(column=0, row=7)
確定! 回上一頁