Does this control have a name? Or is it just a bunch of simple controls merged together? If so, what controls are they?
Share
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 an
NSTableViewwith an a custom cell type and no column header. Have a look at the documentation forNSTableView‘stableView:dataCellForTableColumn:row:. For columns which have the same type for all rows you may also set the cell class in interface builder.I doubt the search box is part of the same control.
You could open the Application’s Nib file to see what is in there. Look inside the application bundle. If the application is called
Examplethen you should be able to find the Nib atExample.app/Contents/Resources/English.lproj/MainMenu.nib.