Lines Matching refs:destroy
223 def destroy(self):
224 # For safety, remove the delete_window binding before destroy
226 tkinter.Tk.destroy(self)
455 def destroy(self):
457 # we must be careful not to destroy the frame widget since this
459 # in Tkinter when it finally calls Tcl to destroy the NoteBook
460 for c in list(self.children.values()): c.destroy()
467 self.tk.call('destroy', self._w)
1156 self.subwidget_list[name].destroy()
1231 self.subwidget_list[name].destroy()