a question following the one asked in How to make a Tkinter window jump to the front?
I'd like to have a toplevel window (which I use to navigate my other main window) always on the front. BUT I'd like it to be on the front only relative to all the various windows of my tkinter program.
The chwin.wm_attributes("-topmost",True)
solution, instead, forces this window on top of every window in my desktop (at least here: Linux fedora13).
Do you know of any other solution?