Added dummy realize() method.

This commit is contained in:
Guido van Rossum 1991-04-07 13:32:19 +00:00
parent cbe6b53e1b
commit efba63ba1c
2 changed files with 6 additions and 0 deletions

View 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):

View 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):