mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added dummy realize() method.
This commit is contained in:
parent
cbe6b53e1b
commit
efba63ba1c
2 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,9 @@ class LabelAppearance():
|
||||||
self.recalc()
|
self.recalc()
|
||||||
self.parent.change(bounds)
|
self.parent.change(bounds)
|
||||||
#
|
#
|
||||||
|
def realize(self):
|
||||||
|
pass
|
||||||
|
#
|
||||||
# Changing the state bits
|
# Changing the state bits
|
||||||
#
|
#
|
||||||
def enable(self, flag):
|
def enable(self, flag):
|
||||||
|
|
|
@ -61,6 +61,9 @@ class LabelAppearance():
|
||||||
self.recalc()
|
self.recalc()
|
||||||
self.parent.change(bounds)
|
self.parent.change(bounds)
|
||||||
#
|
#
|
||||||
|
def realize(self):
|
||||||
|
pass
|
||||||
|
#
|
||||||
# Changing the state bits
|
# Changing the state bits
|
||||||
#
|
#
|
||||||
def enable(self, flag):
|
def enable(self, flag):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue