Hi Experts,
I want to retrieve the position of mouse pointer in webkit's webview widget. So I tried to connect it like this.
gtk_signal_connect (GTK_OBJECT (gtk_widget_get_toplevel(web_view)), "motion-notify-event",
(GtkSignalFunc) motion_notify_event, NULL);
But the callback functions gets never called when mouse moves or anytime. I test it by doing the same thing with gtkentry. It worked in that case.
Please help me.
Many Thanks -Durgesh O Mishra