Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Get preference panel names for UI Scripting' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Get preference panel names for UI Scripting
Authored by: ranker on Mar 24, '04 11:33:03AM
To get a list of all the preference panes do this:
tell application "System Preferences"
	name of panes
end tell


[ Reply to This | # ]