]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Return the name of the Tcl command defined by _bind(). This can
authorGuido van Rossum <guido@python.org>
Fri, 27 Mar 1998 21:26:51 +0000 (21:26 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 27 Mar 1998 21:26:51 +0000 (21:26 +0000)
commit117a5a8138c42158c7917e923d1be5a14d051e59
tree53d81318d97031ebf01cb258531a4505ecaf9b6e
parent982d91fb51d1578fef12152e262130caa9f89504
Return the name of the Tcl command defined by _bind().  This can
optionally be passed to unbind() (or you can apss it to
deletecommand()).
Lib/lib-tk/Tkinter.py