コード例 #1
0
 def cleanup(self):
     self.cleanup_tray()
     #root window models aren't like regular window models
     #(which get cleaned up using the unmanage signal)
     for model in self._id_to_window.values():
         model.cleanup()
     ShadowServerBase.cleanup(self)
     GTKServerBase.cleanup(self)
コード例 #2
0
 def cleanup(self):
     self.cleanup_tray()
     ShadowServerBase.cleanup(self)
     GTKServerBase.cleanup(self)
コード例 #3
0
 def cleanup(self):
     self.cleanup_tray()
     ShadowServerBase.cleanup(self)
     GTKServerBase.cleanup(self)  #@UndefinedVariable
コード例 #4
0
 def cleanup(self):
     self.cleanup_tray()
     self.stop_poll_pointer_position()
     GTKServerBase.cleanup(self)
     ShadowServerBase.cleanup(self)