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 taleinat
Recipients
Date 2007-06-03.13:16:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
* Added wm_withdraw() at the beginning of __init__, and wm_deiconify() at the end. This causes the dialog to appear only when it's ready.

* Used Tk's LabelFrame widget where appropriate. This requires Tk8.4, which has been shipped with CPython since Python2.4.

* Minor changes to padding values and labels


Some code regarding the indentation config is commented out on purpose - it can be deleted if deemed unnecessary.
History
Date User Action Args
2007-08-23 15:58:37adminlinkissue1730217 messages
2007-08-23 15:58:37admincreate