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 roger.serwy
Recipients roger.serwy, th9, zup
Date 2012-07-31.02:30:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343701826.42.0.381644454039.issue13553@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like this code will set the title properly in the latest GNOME shell (3.4):


    from Tkinter import *
    app = Tk(className='App Name')
    app.title('App Title')
    app.mainloop()


The documentation should be updated to explain the arguments to Tk().
History
Date User Action Args
2012-07-31 02:30:26roger.serwysetrecipients: + roger.serwy, th9, zup
2012-07-31 02:30:26roger.serwysetmessageid: <1343701826.42.0.381644454039.issue13553@psf.upfronthosting.co.za>
2012-07-31 02:30:25roger.serwylinkissue13553 messages
2012-07-31 02:30:25roger.serwycreate