Tkinter: title oddity
Dan Underwood
danunder at columbus.rr.com
Sun Dec 24 17:45:24 EST 2000
More information about the Python-list mailing list
Sun Dec 24 17:45:24 EST 2000
- Previous message (by thread): PEP 222 draft
- Next message (by thread): Tkinter: title oddity
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
root.title('my nice title')
and
root.title(string='my nice title')
produce the same result... but
someOtherToplevel.title('my nice title')
works ok
but
someOtherToplevel.title(string='my nice title')
gets the message: unexpected keyword 'string'
Did I do it wrong, or is this a known inconsistency?
Thanks.
Dan.
- Previous message (by thread): PEP 222 draft
- Next message (by thread): Tkinter: title oddity
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list