Beispiel #1
1
    def destroy(self):
        self.unsubscribe_doc()
	PyWidget.destroy(self)
	QueueingPublisher.Destroy(self)
Beispiel #2
0
 def destroy(self):
     PyWidget.destroy(self)
     self.canvas = None
Beispiel #3
0
 def DestroyMethod(self):
     # make sure that gc is deleted. gc may have a shared memory ximage
     # which is not freed if the gc is not destroyed leaving unused shared
     # memory segments in the system even after the process has finished.
     self.gc = None
     PyWidget.DestroyMethod(self)
Beispiel #4
0
 def destroy(self):
     self.unsubscribe_doc()
     PyWidget.destroy(self)
     QueueingPublisher.Destroy(self)
Beispiel #5
0
    def destroy(self):
	PyWidget.destroy(self)
        self.canvas = None
Beispiel #6
0
 def DestroyMethod(self):
     if self.context_menu is not None:
         self.context_menu.clean_up()
     self.context_menu = None
     PyWidget.DestroyMethod(self)
Beispiel #7
0
 def UpdateWhenIdle(self):
     if not self.update_pending:
         self.update_pending = 1
         PyWidget.UpdateWhenIdle(self)