我目前正在使用Linux上的Tkinter和Python 2.7,我想知道是否有办法在TK()不使用的情况下删除窗口边框和标题栏overrideredirect(1).
TK()
overrideredirect(1)
我有自己的关闭按钮,overrideredirect(1)并向我提出了一些我不能接受的问题:
我无法使用attributes("-fullscreen", True)标题栏和边框保留.
attributes("-fullscreen", True)
python tkinter python-2.7
python ×1
python-2.7 ×1
tkinter ×1