Frame (tabs) tab1_frame = ttk.Frame(tab1, style=style.Frame) tab1_frame.pack(anchor='center', expand=1, fill='both') # stick some widgets in ...
確定! 回上一頁