Example #1
0
 def show(self, containers=None):
     txtmarshal = TextGrab()
     txtmarshal.register(self.get_char)
     if containers:
         self.add(containers)
     else:
         self.add(self._containers)
     self._button.show()
Example #2
0
 def close(self):
     txtmarshal = TextGrab()
     txtmarshal.deregister()
     self._button.kill()
     self.kill()