commit | 8cf301e757a75d30b9e9fdde0452c66f4d0cb6db | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 16 13:01:50 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 16 13:01:50 1991 +0000 |
tree | fbdbf1b0a195a2128416a3e16918cf40830c6a1f | |
parent | 6fc178f46d40aa068a713b509904d343ee55cfa6 [diff] [blame] |
Changed minsize to getminsize.
diff --git a/Lib/stdwin/Abstract.py b/Lib/stdwin/Abstract.py index 6625f0f..45d68ae 100755 --- a/Lib/stdwin/Abstract.py +++ b/Lib/stdwin/Abstract.py
@@ -40,7 +40,7 @@ def destroy(self): unimpl() # def realize(self): return unimpl() - def minsize(self, m): return unimpl() + def getminsize(self, (m, (width, height))): return unimpl() def getbounds(self): return unimpl() def setbounds(self, bounds): unimpl() def draw(self, (d, area)): unimpl()