]> granicus.if.org Git - python/commit
Use a better way to bind the checkext instance variable to a check
authorGuido van Rossum <guido@python.org>
Thu, 5 Mar 1998 20:12:18 +0000 (20:12 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 5 Mar 1998 20:12:18 +0000 (20:12 +0000)
commit88b02cf346da9c648bddd762d49fae9e33f9a6c7
treeb710045c72cd8b61366392f28b5c26bd27f1e290
parent213511754239f84de0b0bc57f59a25a49e82df05
Use a better way to bind the checkext instance variable to a check
button widget, not involving a __getattr__() method but a callback on
the widget.
Tools/webchecker/wcgui.py