Re: Access to all widgets on the screen

2010-05-05 Thread Jordi Rubio
Many thanks Nischal, is just what I wanted! can launch events, inspect widgets properties and lot more! On Tue, May 4, 2010 at 8:08 AM, Jordi Rubio wrote: > thanks, I'll try today > > > On Mon, May 3, 2010 at 7:45 PM, Nischal Rao wrote: > > > > You can use Accessibility APIs [1]. It will let yo

Re: Access to all widgets on the screen

2010-05-03 Thread Jordi Rubio
thanks, I'll try today On Mon, May 3, 2010 at 7:45 PM, Nischal Rao wrote: > > You can use Accessibility APIs [1]. It will let you access any object(frames, text field, buttons etc) of a "GTK" based application. > > If you want to access only windows, you can use the Libwnck API [2]. ( using the w

Re: Access to all widgets on the screen

2010-05-03 Thread Nischal Rao
You can use Accessibility APIs [1]. It will let you access *any*object(frames, text field, buttons etc) of a "GTK" based application. If you want to access only windows, you can use the Libwnck API [2]. ( using the wnck_screen_get_windows() function ) [1] http://library.gnome.org/devel/at-spi-csp