MCPcopy Create free account
hub / github.com/LCBOWER33/StegoScan / show_menu

Function show_menu

StegoScan.py:1348–1352  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

1346 menu.add_command(label="Paste", command=paste)
1347
1348 def show_menu(event):
1349 try:
1350 menu.tk_popup(event.x_root + 5, event.y_root + 5)
1351 finally:
1352 menu.grab_release()
1353
1354 entry.bind("<Button-3>", show_menu)
1355

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected