mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +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.parent.change(bounds)
|
||||
#
|
||||
def realize(self):
|
||||
pass
|
||||
#
|
||||
# Changing the state bits
|
||||
#
|
||||
def enable(self, flag):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue