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 wordtech
Recipients Bruce.Sherwood, ned.deily, ronaldoussoren, taleinat, wordtech
Date 2010-10-15.13:33:55
SpamBayes Score 0.014298106
Marked as misclassified No
Message-id <1287149637.03.0.983029816576.issue10107@psf.upfronthosting.co.za>
In-reply-to
Content
Try something like this: 

root.createcommand('::tk::mac::Quit', <insert IDLE's shutdown function here>)

This will map whatever function IDLE calls to prompt the user to save data before closing, to the Apple quit event.
History
Date User Action Args
2010-10-15 13:33:57wordtechsetrecipients: + wordtech, ronaldoussoren, taleinat, ned.deily, Bruce.Sherwood
2010-10-15 13:33:57wordtechsetmessageid: <1287149637.03.0.983029816576.issue10107@psf.upfronthosting.co.za>
2010-10-15 13:33:55wordtechlinkissue10107 messages
2010-10-15 13:33:55wordtechcreate