import tkinter as tk from tkinter import ttk root = tk. ... Label(scrollable_frame, text="Sample scrolling label").pack() container.pack() ...
確定! 回上一頁