On Wed, 2009-04-01 at 05:52 -0400, [email protected] wrote: > I am using GTK port of webkit and would like to disable (not show at > all) the right click menus. Does anyone know which API should I be > using for the same?
Easiest way would be to handle the button-press-event of the widget, and return TRUE if the button is 3, I think. See you, -- Gustavo Noronha <[email protected]> GNOME contributor _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

