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 Access

Re: Access to all widgets on the screen

2010-05-03 Thread Jordi Rubio
ibwnck API [2]. ( using the wnck_screen_get_windows() function ) > > [1] http://library.gnome.org/devel/at-spi-cspi/unstable/ > [2] http://library.gnome.org/devel/libwnck/stable/ > > On Mon, May 3, 2010 at 9:39 PM, Jordi Rubio wrote: >> >> Hi, I need to list all windows an

Access to all widgets on the screen

2010-05-03 Thread Jordi Rubio
Hi, I need to list all windows and objects from all the GTK (not only my application) I tried to use GDK function gdk_window_get_children, but only recives my windows... Anyone can help me? Thanks paste code from my test: GdkScreen *screen; GdkWindow *root; GList *windows; screen = gdk_screen_g