Tkinter - I can't align the widgets with the grid manager

前端 未结 0 771
被撕碎了的回忆
被撕碎了的回忆 2021-01-01 09:32

This is my sample code:

from tkinter import *
from tkinter import ttk, scrolledtext

class MainWindow:
    def __init__(self):
        self.parent=Tk()
               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题