Re: How can I emulate a mouse click event at a specific location in my code?

2007-11-08 Thread mmassonnet
On Thu, Nov 08, 2007 at 10:58:39PM -0600, ying lcs wrote: > On Nov 8, 2007 11:24 AM, <[EMAIL PROTECTED]> wrote: > > Hi, > > > > On 11/8/07, ying lcs <[EMAIL PROTECTED]> wrote: > > > How can I emulate a mouse click event at a specific location (x,y)in > > > my code so that my GTK application will r

Re: How can I emulate a mouse click event at a specific location in my code?

2007-11-08 Thread ying lcs
On Nov 8, 2007 11:24 AM, <[EMAIL PROTECTED]> wrote: > Hi, > > On 11/8/07, ying lcs <[EMAIL PROTECTED]> wrote: > > How can I emulate a mouse click event at a specific location (x,y)in > > my code so that my GTK application will response to it as if a user > > has clicked at the same location? > > Y

Re: gtk-list Digest, Vol 43, Issue 8

2007-11-08 Thread Jiang,Yi
I developped a site for Typing Chinese Online: http://www.typingChinese.com. It works on FireFox, IE, Mac. On test, I found FireFox is the fastest and used much less memory! Regards to all, Jiang,Yi ___ gtk-list mailing list gtk-list@gnome.org http:

Re: How can I emulate a mouse click event at a specific location in my code?

2007-11-08 Thread jcupitt
Hi, On 11/8/07, ying lcs <[EMAIL PROTECTED]> wrote: > How can I emulate a mouse click event at a specific location (x,y)in > my code so that my GTK application will response to it as if a user > has clicked at the same location? You can use the XTest extension to do this. Here's a bot that plays

How can I emulate a mouse click event at a specific location in my code?

2007-11-08 Thread ying lcs
Hi, I have a GTK application? How can I emulate a mouse click event at a specific location (x,y)in my code so that my GTK application will response to it as if a user has clicked at the same location? Thank you. ___ gtk-list mailing list gtk-list@gnome.