diff options
author | Guido van Rossum <guido@python.org> | 1991-04-07 13:32:19 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-04-07 13:32:19 (GMT) |
commit | efba63ba1c496d6b7001d5eb07bd60f24b4e7636 (patch) | |
tree | 8377ee7914db7dffb93b26e57b98897f8d0605f7 /Lib/lib-stdwin | |
parent | cbe6b53e1bf3f3cfe4b51520a9e271e4842a5c4d (diff) | |
download | cpython-efba63ba1c496d6b7001d5eb07bd60f24b4e7636.zip cpython-efba63ba1c496d6b7001d5eb07bd60f24b4e7636.tar.gz cpython-efba63ba1c496d6b7001d5eb07bd60f24b4e7636.tar.bz2 |
Added dummy realize() method.
Diffstat (limited to 'Lib/lib-stdwin')
-rw-r--r-- | Lib/lib-stdwin/Buttons.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/lib-stdwin/Buttons.py b/Lib/lib-stdwin/Buttons.py index 3ad5605..b864c56 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): |