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 JanKanis
Recipients JanKanis, terry.reedy
Date 2014-06-03.18:46:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401821191.74.0.455819668662.issue18132@psf.upfronthosting.co.za>
In-reply-to
Content
I wasn't aware that mixing grid and pack was a bad idea, as I was looking over turtledemo to learn how to use tkinter. The patch replaces a packing in one frame with a grid. All direct children of the graph_frame are gridded. graph_frame itself is still packed and so are the children of btn_frame which is a child of graph_frame. 

Also I wasn't able to find a clear definition of what is meant by 'master window' in the grid/pack warning, but supposedly that is the top level Tk() rather than a parent widget. I would offer to create a better patch but Lita Cho already did so in #21597.
History
Date User Action Args
2014-06-03 18:46:31JanKanissetrecipients: + JanKanis, terry.reedy
2014-06-03 18:46:31JanKanissetmessageid: <1401821191.74.0.455819668662.issue18132@psf.upfronthosting.co.za>
2014-06-03 18:46:31JanKanislinkissue18132 messages
2014-06-03 18:46:31JanKaniscreate