1

I use python 3.6 on windows 10. I want the tkinter window stay always on desktop even the desktop button is pressed. When I set topmost to true it stays always on desktop but it also precedes other windows. I want my window stays always on desktop without being the topmost of open windows.

Is there a way doing this?

Thanks.

martineau
  • 119,623
  • 25
  • 170
  • 301
msaint
  • 91
  • 7
  • 1
    Does this [question](https://stackoverflow.com/questions/3836489/running-a-command-on-window-minimization-in-tkinter) help at all? – quamrana Mar 28 '20 at 18:08
  • Thanks @quamrana . This [this link](https://stackoverflow.com/questions/3836489/running-a-command-on-window-minimization-in-tkinter) solved my problem. – msaint Mar 29 '20 at 13:27

0 Answers0