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 tkinter
Recipients klappnase, serhiy.storchaka, tkinter
Date 2016-10-22.14:58:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477148293.96.0.719052385772.issue28498@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe it's better to add also these methods:
    busy = tk_busy
    busy_cget = tk_busy_cget
    busy_configure = tk_busy_configure
    busy_current = tk_busy_current
    busy_forget = tk_busy_forget
    busy_hold = tk_busy_hold
    busy_status = tk_busy_status

Many other methods in tkinter module follow the same pattern. For example:

    iconbitmap = wm_iconbitmap
    iconify = wm_iconify
    group = wm_group
    geometry = wm_geometry
    focusmodel = wm_focusmodel
    frame = wm_frame
History
Date User Action Args
2016-10-22 14:58:14tkintersetrecipients: + tkinter, klappnase, serhiy.storchaka
2016-10-22 14:58:13tkintersetmessageid: <1477148293.96.0.719052385772.issue28498@psf.upfronthosting.co.za>
2016-10-22 14:58:13tkinterlinkissue28498 messages
2016-10-22 14:58:13tkintercreate