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
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
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
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