Re: AT-SPI: Associating X11 Window with Accessible object?

2009-01-29 Thread Andrew Shu
Thanks for the suggestion. Unfortunately the MDI z-order doesn't seem to provide much info. In accerciser when I look at a component's MDI Z-Order, it usually has the value -1, which leads me to believe it's up to the application to update the property, and perhaps many apps don't even use MDI laye

Re: AT-SPI: Associating X11 Window with Accessible object?

2009-01-29 Thread Padraig O'Briain
Does atk_component_get_mdi_zorder () which is implemented for GtkWindow help? Padraig On 01/29/09 11:25, Andrew Shu wrote: I am working on a program that needs to know when one window is obscuring another. I know I can use either Xlib XQueryTree() or something in libwnck to find the window st

Re: AT-SPI: Associating X11 Window with Accessible object?

2009-01-29 Thread Steve Lee
2009/1/29 Andrew Shu : > I am working on a program that needs to know when one window is obscuring > another. I know I can use either Xlib XQueryTree() or something in libwnck > to find the window stack ordering, since ATK doesn't seem to have info about > whether a window is being blocked. > > Als

AT-SPI: Associating X11 Window with Accessible object?

2009-01-29 Thread Andrew Shu
I am working on a program that needs to know when one window is obscuring another. I know I can use either Xlib XQueryTree() or something in libwnck to find the window stack ordering, since ATK doesn't seem to have info about whether a window is being blocked. Also I know that this way of determin