Exemplo n.º 1
0
 def destroy(self):
     b = self._backing
     if b:
         b.paint_screen = False
         b.close()
         self._backing = None
     ClientWindow.destroy(self)
Exemplo n.º 2
0
 def destroy(self):
     b = self._backing
     if b:
         b.paint_screen = False
         b.close()
         self._backing = None
     ClientWindow.destroy(self)
Exemplo n.º 3
0
 def destroy(self):
     self.remove_backing()
     ClientWindow.destroy(self)