commit | efba63ba1c496d6b7001d5eb07bd60f24b4e7636 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Apr 07 13:32:19 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Apr 07 13:32:19 1991 +0000 |
tree | 8377ee7914db7dffb93b26e57b98897f8d0605f7 | |
parent | cbe6b53e1bf3f3cfe4b51520a9e271e4842a5c4d [diff] [blame] |
Added dummy realize() method.
diff --git a/Lib/stdwin/Buttons.py b/Lib/stdwin/Buttons.py index 3ad5605..b864c56 100755 --- a/Lib/stdwin/Buttons.py +++ b/Lib/stdwin/Buttons.py
@@ -61,6 +61,9 @@ self.recalc() self.parent.change(bounds) # + def realize(self): + pass + # # Changing the state bits # def enable(self, flag):