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 serhiy.storchaka
Recipients jcrmatos, serhiy.storchaka, terry.reedy
Date 2017-09-27.19:31:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506540718.49.0.154975027568.issue31422@psf.upfronthosting.co.za>
In-reply-to
Content
These are standard Tk widgets. Tkinter is not responsible for the look and feel of them. It just call the Tk command tk_messageBox with corresponding parameters [1].

[1] https://www.tcl.tk/man/tcl8.6/TkCmd/messageBox.htm
History
Date User Action Args
2017-09-27 19:31:58serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, jcrmatos
2017-09-27 19:31:58serhiy.storchakasetmessageid: <1506540718.49.0.154975027568.issue31422@psf.upfronthosting.co.za>
2017-09-27 19:31:58serhiy.storchakalinkissue31422 messages
2017-09-27 19:31:58serhiy.storchakacreate