Multiple images in same row.

Marimuthu

Registered
Hi All,

My Environment is Snow Leopard MAC OS 10.6 and Cocoa.

I plan to develop an application with the look and feel as in single row in "System Preferences". You will find that in "System Preferences" there are multiple items like "Appearance", "Dock" etc under "Personal" arranged in the same row.

I want to emulate the same look and feel in my application also. I mean I must be able to display different user defined images in a single row (as done in "System Preferences") and should be able to handle the mouse click/mouse down on each of the images. I have attached a screenshot of the look and feel that I want to achieve.

I am not sure as to the control (to use NSBox or NSTableView or NSView or....) that I need to use to get the same look and feel.

Any help/guidance will be greatly appreciated.

Thanks & Regards.
 

Attachments

  • Screen shot 2011-01-24 at 5.41.21 PM.png
    Screen shot 2011-01-24 at 5.41.21 PM.png
    22.3 KB · Views: 3
Back
Top