MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / destroy

Method destroy

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:223–226  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

221 self.tk.eval('package require Tix')
222
223 def destroy(self):
224 # For safety, remove the delete_window binding before destroy
225 self.protocol("WM_DELETE_WINDOW", "")
226 tkinter.Tk.destroy(self)
227
228# The Tix 'tixForm' geometry manager
229class Form:

Callers 15

test_askcolorMethod · 0.95
test_default_rootMethod · 0.95
test_no_default_rootMethod · 0.95
test_getbooleanMethod · 0.95
test_mainloopMethod · 0.95
test_variableMethod · 0.95
test_askintegerMethod · 0.95
test_familiesMethod · 0.95
test_namesMethod · 0.95
test_nametofontMethod · 0.95
test_image_typesMethod · 0.95
test_image_namesMethod · 0.95

Calls 1

protocolMethod · 0.45

Tested by 15

test_askcolorMethod · 0.76
test_default_rootMethod · 0.76
test_no_default_rootMethod · 0.76
test_getbooleanMethod · 0.76
test_mainloopMethod · 0.76
test_variableMethod · 0.76
test_askintegerMethod · 0.76
test_familiesMethod · 0.76
test_namesMethod · 0.76
test_nametofontMethod · 0.76
test_image_typesMethod · 0.76
test_image_namesMethod · 0.76