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