diff options
Diffstat (limited to 'Lib/lib-stdwin/Buttons.py')
-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 3ad5605054..b864c566a8 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): |