How do I get a list of the window titles on the Mac OSX?

Posted by Phil Hannent on Stack Overflow See other posts from Stack Overflow or by Phil Hannent
Published on 2009-10-22T10:26:33Z Indexed on 2010/03/22 18:01 UTC
Read the original article Hit count: 145

Filed under:
|

I want to get the list of window titles of the currently running applications.

On windows I have EnumWndProc and GetWindowText.

On Linux I have XGetWindowProperty and XFetchName.

What is the Native Mac equivalent?

© Stack Overflow or respective owner

Related posts about mac

Related posts about api