Does exist a way to specificate the depth of an element of the Tkinter canvas, like the HTML's z-index?
Currently the only way I found to let the element overlap as I want is to create it in a specific order; the problem is that some element must be created after Others, but they also should have a lower z-index.
Thanks in advance for the help!