This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients dstufft, lorenzogotuned, ncoghlan, ned.deily, rhettinger, terry.reedy, upendra-k14
Date 2016-07-06.19:19:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467832747.85.0.799947238756.issue27051@psf.upfronthosting.co.za>
In-reply-to
Content
Window stacking order can be queried with tcl calls: https://stackoverflow.com/questions/10343759/determining-what-tkinter-window-is-currently-on-top/10391659#10391659.  I do not if there is the equivalent for frames.  Note that uses can change window stack order, hence the need for a query, but not frame stack order.

https://stackoverflow.com/questions/35690249/tkinter-is-it-possible-to-change-the-stacking-order-of-placed-frames claims that frames are initially stacked in order created. Verify if you want. After that, keep track of how you change the order.
History
Date User Action Args
2016-07-06 19:19:07terry.reedysetrecipients: + terry.reedy, rhettinger, ncoghlan, ned.deily, dstufft, upendra-k14, lorenzogotuned
2016-07-06 19:19:07terry.reedysetmessageid: <1467832747.85.0.799947238756.issue27051@psf.upfronthosting.co.za>
2016-07-06 19:19:07terry.reedylinkissue27051 messages
2016-07-06 19:19:07terry.reedycreate