Message219902
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! |
|
Date |
User |
Action |
Args |
2014-06-06 22:11:16 | Lita.Cho | set | recipients:
+ Lita.Cho, terry.reedy, jesstess |
2014-06-06 22:11:16 | Lita.Cho | set | messageid: <1402092676.33.0.428581877293.issue21597@psf.upfronthosting.co.za> |
2014-06-06 22:11:16 | Lita.Cho | link | issue21597 messages |
2014-06-06 22:11:16 | Lita.Cho | create | |
|