Re: [Tkinter-discuss] [Tkinter]Right click popup

2008-07-28 Thread Ambigioz
Because toplevel has got the windows manager buttons (close,expand,hide) and on right click i want only a rectangle with those commands.. -- View this message in context: http://www.nabble.com/-Tkinter-Right-click-popup-tp18686679p18700817.html Sent from the Python - tkinter-discuss mailing lis

[Tkinter-discuss] [Tkinter]Right click popup

2008-07-28 Thread Ambigioz
Hello, I'm trying to do a notepad with tkinter in windows (well also for linux),and i'd like to create a popup with 'copy' , 'paste', 'cut', bla bla,on right click. My only problem it's to create that popup,because it's not neither toplevel nor alerts dialogs...can you help me?:p -- View this mes