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 serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy
Date 2016-06-08.04:28:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465360085.89.0.264085238629.issue27262@psf.upfronthosting.co.za>
In-reply-to
Content
"bindtag" is an arbitrary string. Usually this is a name of Tk widget class of or "all". bindtags() allows to retrieve or set a list of bindtags associated with a widget. By default they are: full path of a widget, name of Tk class of widgets, full path of a toplevel window, "all".
History
Date User Action Args
2016-06-08 04:28:05serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2016-06-08 04:28:05serhiy.storchakasetmessageid: <1465360085.89.0.264085238629.issue27262@psf.upfronthosting.co.za>
2016-06-08 04:28:05serhiy.storchakalinkissue27262 messages
2016-06-08 04:28:05serhiy.storchakacreate