def stash(self):
     base.setCellsActive(base.bottomCells, 1)
     DirectFrame.stash(self)
Esempio n. 2
0
 def stash(self):
     base.setCellsAvailable(base.bottomCells, 1)
     DirectFrame.stash(self)
Esempio n. 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)
Esempio n. 5
0
 def stash(self):
     base.setCellsActive(base.bottomCells, 1)
     DirectFrame.stash(self)