Is there a visual guide to the controls in Mac OS/X AppKit?
Take, for instance, the following control that appears at different places in XCode UI:

I don’t know which AppKit control is that. Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It looks like a series of
NSRadioButtonviews in anNSMatrix. You can determine the former using Accessibility Inspector, which will tell you that these buttons are of the accessibility classAXRadioButton. You can determine the latter using f-script. (You’ll need the new 10.7 injection workflow that isn’t in 2.1 yet.)