MCPcopy Create free account
hub / github.com/RainingComputers/whipFTP / enable_close_button

Method enable_close_button

whipFTP_FileDialogs.py:440–442  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

438 self.destroy()
439
440 def enable_close_button(self):
441 self.closable = True
442 self.close_button.config(state = NORMAL)
443
444 def destroy(self):
445 self.destroy_function()

Callers 6

uploadMethod · 0.80
upload_dndMethod · 0.80
downloadMethod · 0.80
search_fileMethod · 0.80
delete_itemMethod · 0.80
clipboard_pasteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected