[webkit-dev] how to disable context menus

Gustavo Noronha gns at gnome.org
Sat Apr 4 21:40:02 PDT 2009


On Wed, 2009-04-01 at 05:52 -0400, webkitdev at aol.com 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 <gns at gnome.org>
GNOME contributor



More information about the webkit-dev mailing list