In this video I’ll show you how to create a Right-Click menu popup with Tkinter.
We’ve looked at regular menu’s with Tkinter in the past, but in this video I want to show you how to create a menu that pops up with a right mouse click anywhere on our app.
We’ll do this by creating a normal menu, but not packing it to the screen. Instead we’ll create a right click binding that fires an event that uses the tk_popup() function to pop up the menu.
Add comment