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 Saimadhav.Heblikar, jesstess, serhiy.storchaka, terry.reedy
Date 2014-08-05.20:27:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407270431.72.0.0768255073921.issue22133@psf.upfronthosting.co.za>
In-reply-to
Content
> 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?
History
Date User Action Args
2014-08-05 20:27:11terry.reedysetrecipients: + terry.reedy, jesstess, serhiy.storchaka, Saimadhav.Heblikar
2014-08-05 20:27:11terry.reedysetmessageid: <1407270431.72.0.0768255073921.issue22133@psf.upfronthosting.co.za>
2014-08-05 20:27:11terry.reedylinkissue22133 messages
2014-08-05 20:27:11terry.reedycreate