示例#1
0
 def destroy(self):
     b = self._backing
     if b:
         b.paint_screen = False
         b.close()
         self._backing = None
     GTK2WindowBase.destroy(self)
示例#2
0
 def destroy(self):
     b = self._backing
     if b:
         b.paint_screen = False
         b.close()
         self._backing = None
     GTK2WindowBase.destroy(self)
示例#3
0
 def destroy(self):
     self.remove_backing()
     GTK2WindowBase.destroy(self)
示例#4
0
 def destroy(self):
     self._backing.paint_screen = False
     GTK2WindowBase.destroy(self)
示例#5
0
 def destroy(self):
     self._backing.paint_screen = False
     GTK2WindowBase.destroy(self)
示例#6
0
 def destroy(self):
     self.remove_backing()
     GTK2WindowBase.destroy(self)