0

I have a some trouble. Сan anyone tell briefly about the hierarchy of windows in os x . And if it possible about ways to interact directly with the help of objective c and some frameworks. P.S. I need to know characteristics of root element of all active windows. On the next step i need to know all GUI controls of each active windows.

1 Answers1

0

I find some way to get it. You can go to AppKit or Quartz. Some specific info about windows and use Apple Accessibility API you can get by ApplicationServices. Hope that this answer can help for you.