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 terry.reedy
Date 2014-05-28.19:53:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401306787.8.0.543638067901.issue21597@psf.upfronthosting.co.za>
In-reply-to
Content
Turtledemo (python -m turtledemo) has a text pane for code and a canvas pane for the actual demo. The code pane is fixed at about 60% of the width needed to display full-width code lines. If the window is expanded horizontally, all the expansion goes to the canvas pane, where it is mostly not needed or used. Almost all the examples are a fixed size on the canvas, independent of the size of the window on the canvas. 

Having the text pane too narrow makes it harder to read and copy the code than it would be if entire code lines were visible. The default width of the overall window is about 1250 pixels on my big monitor. Many people have more pixels than that. Even on smaller screen, people might like to temporarily allocate more space to the text. So I think the best solution, if possible with tkinter, would be a movable divider.
History
Date User Action Args
2014-05-28 19:53:07terry.reedysetrecipients: + terry.reedy
2014-05-28 19:53:07terry.reedysetmessageid: <1401306787.8.0.543638067901.issue21597@psf.upfronthosting.co.za>
2014-05-28 19:53:07terry.reedylinkissue21597 messages
2014-05-28 19:53:05terry.reedycreate