David Nečas (Yeti)-2 wrote:
>
> 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.
>>
gt;window, cursor);
###
Now I have used this code to hide the cursor,but it does this only on a
button click and reappears after the focus moves away from the buttons to
other custom controls.
How can I hide/show for the complete cursor?
Any other API or call to do the same?
Thanks.
--eminemence.
--
.
The gdk_event_put has not been successful,so what is the way to achieve
this?
--Mayur.
David Nečas (Yeti)-2 wrote:
>
> On Thu, Aug 30, 2007 at 03:37:04AM -0700, eminemence wrote:
>>
>> Am a newbie to linux gtk programming.I want trying to send the mouse
>> button
>> press eve
GTK_OBJECT(gPage),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 D