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 Aivar.Annamaa, Marcus.Smith, Saimadhav.Heblikar, dstufft, erickhoo, markroseman, ncoghlan, paul.moore, peter.otten, rhettinger, terry.reedy, upendra-k14
Date 2016-03-24.14:07:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458828460.18.0.0173294333123.issue23551@psf.upfronthosting.co.za>
In-reply-to
Content
After running the code, I want to stick with details in the same window.  The tab should be a Frame with a PanedWindow on top with list frame on left and detail frame on right.  The buttons would be under the paned window.  Run Lib/turtledemo/__main__.py either from IDLE or with 'python -m turtledemo' to see an example.

Eric: make sure you read my response to Upendra on core-mentorship list: "Inquiry about the "PIP GUI Project".

Raymond and Donald: I am seriously considering mentoring this as a GSOC project next summer.  Can I count on at least one of you occasionally reviewing the design and functioning of interim submissions (by running the code and clicking around)?
History
Date User Action Args
2016-03-24 14:07:40terry.reedysetrecipients: + terry.reedy, rhettinger, paul.moore, ncoghlan, peter.otten, markroseman, Aivar.Annamaa, dstufft, Marcus.Smith, Saimadhav.Heblikar, upendra-k14, erickhoo
2016-03-24 14:07:40terry.reedysetmessageid: <1458828460.18.0.0173294333123.issue23551@psf.upfronthosting.co.za>
2016-03-24 14:07:40terry.reedylinkissue23551 messages
2016-03-24 14:07:39terry.reedycreate