MCPcopy Index your code
hub / github.com/LCBOWER33/StegoScan / handle_input_change

Function handle_input_change

StegoScan.py:1327–1329  ·  view source on GitHub ↗
(entry, hint_text)

Source from the content-addressed store, hash-verified

1325
1326
1327def handle_input_change(entry, hint_text):
1328 if entry.get() != hint_text:
1329 entry.config(foreground="white")
1330
1331
1332def add_context_menu(entry):

Callers 1

create_guiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected