python - How to place a panedWindow behind another panedWindow tkinter -
the title says it. right have 2 panedwindows attached root window. windows either lift() or lower() 1 panedwindow on top of other when button pressed rather panedwindows being stacked on top of each other in same window.
i understand there may better way of implementing sort of menu feature. if know better way, great too.
i used .grid(row = 0) on both panedwindows. called lift on window wanted raise , worked.
Comments
Post a Comment