How to make the canvas opaque where the root window is transparent?

后端 未结 0 927
自闭症患者
自闭症患者 2021-02-14 23:13

Create a root window as transparent and I need my canvas to be opaque.

import tkinter as tk
    
root = tk.Tk()
root.geometry("200x750")
root.wait_visib         


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