1

Is there a way to make one widget appear higher than another. So e.g a large button to appear covering all the labels below it so they're not visible.

  • possible duplicate of [In Tkinter is there any way to make a widget not visible?](http://stackoverflow.com/questions/3819354/in-tkinter-is-there-any-way-to-make-a-widget-not-visible) – atlasologist Apr 15 '14 at 16:26
  • This is not a duplicate of "In Tkinter is there any way to make a widget not visible". While the answer may have that effect under some circumstances, it's not the same question. – Bryan Oakley Apr 15 '14 at 18:07

1 Answers1

1

You want to use the common widget methods lift and lower.

Bryan Oakley
  • 370,779
  • 53
  • 539
  • 685