Tk() window.title('Python GUI') window.geometry("400x500") tabControl = ttk.Notebook(window) # create a tab tab1 = ttk.Frame(tabControl) ...
確定! 回上一頁