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 epaine, gpolo, mark, serhiy.storchaka, terry.reedy
Date 2020-09-13.04:02:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599969753.08.0.169973529382.issue41765@roundup.psfhosted.org>
In-reply-to
Content
The Xfce task switcher appears to be showing the tk widget '_class' option.  When tkinter create a tk widget, it by default sets the 'class' option to the tkinter class name.  This is 'Tk' and 'Toplevel' respectively for the visible windows in the example code and for IDLE. (IDLE withdraws the original root Tk window.) Why Xfce shows the '-class' rather than the title is an issue between tcl/tx, Xfce, and maybe the OS, but should not involve tkinter.  We are not going to change how it sets the 'class' option.  So I am closing this.

I opened issue 41775 for changing the IDLE Shell window title.
History
Date User Action Args
2020-09-13 04:02:33terry.reedysetrecipients: + terry.reedy, mark, gpolo, serhiy.storchaka, epaine
2020-09-13 04:02:33terry.reedysetmessageid: <1599969753.08.0.169973529382.issue41765@roundup.psfhosted.org>
2020-09-13 04:02:33terry.reedylinkissue41765 messages
2020-09-13 04:02:32terry.reedycreate