Transparent tkinter frame? Transparent tkinter frame? tkinter tkinter

Transparent tkinter frame?


Could you evaluate the folllowing aproaches?

  1. remove the frame

    frame.pack_forget() # removeframe.pack() # place it there again
  2. create a toplevel widget that is above the frame all the time. It can have transparencies from 0 to 100

  3. Try to put the frame behind the other elements and raise the frame above the other elements.