def stash(self):
     base.setCellsActive(base.bottomCells, 1)
     DirectFrame.stash(self)
Beispiel #2
0
 def stash(self):
     base.setCellsAvailable(base.bottomCells, 1)
     DirectFrame.stash(self)
Beispiel #3
0
 def stash(self):
     """We need to bring back the bottom cells."""
     base.setCellsAvailable(base.bottomCells, 1)
     DirectFrame.stash(self)
 def stash(self):
     base.setCellsAvailable(base.bottomCells, 1)
     DirectFrame.stash(self)
Beispiel #5
0
 def stash(self):
     base.setCellsActive(base.bottomCells, 1)
     DirectFrame.stash(self)