Terry J. Reedy <tjre...@udel.edu> added the comment:
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. ---------- resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41765> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com