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

后端 未结 0 972
走了就别回头了
走了就别回头了 2021-02-14 22:48

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         


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