Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
upload
Method · 0.80
upload_dnd
Method · 0.80
download
Method · 0.80
search_file
Method · 0.80
delete_item
Method · 0.80
clipboard_paste
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected