Terry J. Reedy added the comment:

> We should change window class also for other toplevel windows (from stack 
> viewer to calltip).

Grepping idlelib for 'toplevel, there are about 10. Do all of the Toplevels get 
put on the activity bar?  I would not expect that popups like calltip would.

I expect that all ListedToplevels could be handled at once by adding the 
following as the first line of ListedToplevel.__init__.
   kw["class"] = 'IDLE'

What is wrong with simply adding classname to the Tk() call, as Roger suggested 
in #13553. Does KDE display 2 windows without name='Idle' in the toplevel call? 
 Is this a KDE or tk bug?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22133>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to