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

Viewed 11229

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?

2 Answers
Related