I am working on an application that is using the embedded browser. The
application does not have a mouse. One of the things I want to do is
cause the dropdown combo box to appear if the "return" key is pressed
and the focus is on the "select" area in the HTML.
If I associate a "callback" routine with a keypress event via
gtk_signal_connect, and test for the "return"key in the callback
routine, is there any way I can then generate somekind of pseudo
mouseclick event just as if the mouse had really been used. Any and all
suggestions graciously accepted. Thanks in advance.
Al