From: Guido van Rossum Date: Sun, 7 Apr 1991 13:32:19 +0000 (+0000) Subject: Added dummy realize() method. X-Git-Tag: v0.9.8~995 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efba63ba1c496d6b7001d5eb07bd60f24b4e7636;p=thirdparty%2FPython%2Fcpython.git Added dummy realize() method. --- diff --git a/Lib/lib-stdwin/Buttons.py b/Lib/lib-stdwin/Buttons.py index 3ad56050545f..b864c566a841 100644 --- a/Lib/lib-stdwin/Buttons.py +++ b/Lib/lib-stdwin/Buttons.py @@ -61,6 +61,9 @@ class LabelAppearance(): self.recalc() self.parent.change(bounds) # + def realize(self): + pass + # # Changing the state bits # def enable(self, flag): diff --git a/Lib/stdwin/Buttons.py b/Lib/stdwin/Buttons.py index 3ad56050545f..b864c566a841 100755 --- a/Lib/stdwin/Buttons.py +++ b/Lib/stdwin/Buttons.py @@ -61,6 +61,9 @@ class LabelAppearance(): self.recalc() self.parent.change(bounds) # + def realize(self): + pass + # # Changing the state bits # def enable(self, flag):