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 Lita.Cho
Recipients Lita.Cho, jesstess, terry.reedy
Date 2014-06-06.22:11:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402092676.33.0.428581877293.issue21597@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Terry!

I went ahead and added a movable divider (also known as a "sash") using the PanedWindow widget. http://effbot.org/tkinterbook/panedwindow.htm#reference

I also converted the master window to use a grid geometry manager. It looks like you can use pack manager and grid managers together as long as each manager is separated by a container/frame. So I use the pack manager to manage the scrollbars within the Frame. It ended up working out nicely.

I've attached a patch and would like to submit it for review!
History
Date User Action Args
2014-06-06 22:11:16Lita.Chosetrecipients: + Lita.Cho, terry.reedy, jesstess
2014-06-06 22:11:16Lita.Chosetmessageid: <1402092676.33.0.428581877293.issue21597@psf.upfronthosting.co.za>
2014-06-06 22:11:16Lita.Cholinkissue21597 messages
2014-06-06 22:11:16Lita.Chocreate