summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/lib-stdwin/Abstract.py2
-rwxr-xr-xLib/stdwin/Abstract.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/lib-stdwin/Abstract.py b/Lib/lib-stdwin/Abstract.py
index 6625f0f..45d68ae 100644
--- a/Lib/lib-stdwin/Abstract.py
+++ b/Lib/lib-stdwin/Abstract.py
@@ -40,7 +40,7 @@ class AbstractChild():
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()
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 @@ class AbstractChild():
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()