Exemple #1
0
 def destroy(self):
     GLContext.destroy(self)
     GGLView.destroy(self)
 def destroy(self):
     GLContext.destroy(self)
     GGLView.destroy(self)
Exemple #3
0
 def destroy(self):
     #print "GLView.destroy:", self ###
     ns_view = self._ns_view
     GGLView.destroy(self)
     #print "GLView.destroy: breaking back link from", ns_view ###
     ns_view.pygui_component = None
Exemple #4
0
 def destroy(self):
     #print "GLView.destroy:", self ###
     ns_view = self._ns_view
     GGLView.destroy(self)
     #print "GLView.destroy: breaking back link from", ns_view ###
     ns_view.pygui_component = None