]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added dummy realize() method.
authorGuido van Rossum <guido@python.org>
Sun, 7 Apr 1991 13:32:19 +0000 (13:32 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 7 Apr 1991 13:32:19 +0000 (13:32 +0000)
Lib/lib-stdwin/Buttons.py
Lib/stdwin/Buttons.py

index 3ad56050545ffacadaad72d636f0a45fb998b124..b864c566a84189d5600a4d641a56d65066470311 100644 (file)
@@ -61,6 +61,9 @@ class LabelAppearance():
                        self.recalc()
                        self.parent.change(bounds)
        #
+       def realize(self):
+               pass
+       #
        # Changing the state bits
        #
        def enable(self, flag):
index 3ad56050545ffacadaad72d636f0a45fb998b124..b864c566a84189d5600a4d641a56d65066470311 100755 (executable)
@@ -61,6 +61,9 @@ class LabelAppearance():
                        self.recalc()
                        self.parent.change(bounds)
        #
+       def realize(self):
+               pass
+       #
        # Changing the state bits
        #
        def enable(self, flag):