Tkinter Right Click Pop Up Menu

preview_player
Показать описание
When we have a tkinter GUI APP open and right click it, nothing happens. Normally we get a menu that says copy, cut, paste, right? So let's make that happen.

Menu() options and methods:

Virtual Events for event_generate() method:
Рекомендации по теме
Комментарии
Автор

is it possible to edit the default pop up menu, when you right click title bar or click on icon on top left corner?

luisperez
Автор

how to do this inside a class or function

lawanpatmarpan
Автор

how to make the same "Copy" Function in pysimplegui ?

tonyrxx