Re: Send mouse button press event to widget??

2007-09-03 Thread eminemence
); gtk_widget_event(GTK_WIDGET(gPage),eButtonRelease); But the release event is getting lost somewhere!!! Also I have even tried using gtk_main_do_event. -- View this message in context: http://www.nabble.com/Send-mouse-button-press-event-to-widget---tf4353330.html#a12459349 Sent from the Gtk

Send mouse button press event to widget??

2007-08-30 Thread eminemence
),signalid,0); ### Can someone tell me what is wrong out there? Thanks in advance. --eminemence. -- View this message in context: http://www.nabble.com/Send-mouse-button-press-event-to-widget---tf4353330.html#a12404489 Sent from the Gtk+ - Apps Dev mailing

Re: Send mouse button press event to widget??

2007-08-30 Thread eminemence
://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- View this message in context: http://www.nabble.com/Send-mouse-button-press-event-to-widget---tf4353330.html#a12406136 Sent from the Gtk+ - Apps Dev mailing list archive at Nabble.com. ___ gtk-app

Re: Send mouse button press event to widget??

2007-08-30 Thread Yeti
On Thu, Aug 30, 2007 at 05:24:21AM -0700, eminemence wrote: I am creating a virtual cursor on a web page and want to simulate the left click of the mouse button when the user presses the enter button. So I tried even using the gdk_event_put on the global window itself,assuming the event