Виджеты стека в Tkinter

my_widget.lift()  # sends the widget to the top
my_widget.lower()  # sends the widget to the bottom
finndude