Disable right click in GTK window
问题 I would disable right click (and so context menu) in a Python GTK window (pyGTK) where inside is located a "window" pyWebKitGtk. Someone can help me writing some lines of code? I think that would better delete event directly in pyGTK but if you know how don't show context menu in pyWebKitGtk is good anyway. TNK TNK TNK Realy cutted code: import gtk import webkit window = gtk.Window(gtk.WINDOW_TOPLEVEL) window.connect("destroy", gtk.main_quit) browser = webkit.WebView() browser.open("http:/