Message 166948 - Python tracker
Message166948
| 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:26 | roger.serwy | set | recipients: + roger.serwy, th9, zup |
| 2012-07-31 02:30:26 | roger.serwy | set | messageid: <1343701826.42.0.381644454039.issue13553@psf.upfronthosting.co.za> |
| 2012-07-31 02:30:25 | roger.serwy | link | issue13553 messages |
| 2012-07-31 02:30:25 | roger.serwy | create | |