Ejemplo n.º 1
0
 def destroy(self):
     if self._client._set_window_menu:
         self._client.set_window_menu(False, self._id, {})
     self.on_realize_cb = {}
     ClientWindowBase.destroy(self)
     gtk.Window.destroy(self)
     self._unfocus()
Ejemplo n.º 2
0
 def destroy(self):
     ClientWindowBase.destroy(self)
     gtk.Window.destroy(self)
     self._unfocus()
Ejemplo n.º 3
0
 def destroy(self):
     ClientWindowBase.destroy(self)
     gtk.Window.destroy(self)
     self._unfocus()