aux: stub new method update_card_positions
This commit is contained in:
parent
ef384f28fb
commit
04d536e75d
|
@ -50,6 +50,7 @@ class Aux_Window(object):
|
||||||
def create(self, *args): pass
|
def create(self, *args): pass
|
||||||
def relocate(self, *args): pass
|
def relocate(self, *args): pass
|
||||||
def save_layout(self, *args): pass
|
def save_layout(self, *args): pass
|
||||||
|
def update_card_positions(self, *args): pass
|
||||||
def destroy(self):
|
def destroy(self):
|
||||||
try:
|
try:
|
||||||
self.container.destroy()
|
self.container.destroy()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user