commit | 7912b008cf432a5408612fff77d4749793678dc9 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Apr 21 19:27:28 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Apr 21 19:27:28 1991 +0000 |
tree | 53e8d418ddd1e01a84a66dcefbd3a5d7e8d7e14a | |
parent | b8f5c093dc0b6d603fbfb1ef2566667ef55ad6d6 [diff] [blame] |
Add destrpy() method.
diff --git a/Lib/stdwin/StripChart.py b/Lib/stdwin/StripChart.py index ac767c3..e97dae2 100755 --- a/Lib/stdwin/StripChart.py +++ b/Lib/stdwin/StripChart.py
@@ -18,6 +18,9 @@ self.resetbounds() return self # + def destroy(self): + self.parent = 0 + # def setbounds(self, bounds): LabelAppearance.setbounds(self, bounds) self.resetbounds()