how does one get the look of the tab buttons as they appear in iWork '09 Inspector NSPanel?

Closest I could get is NSSegmentedControl with "Small Square" style. Unfortunately, at least under Snow Leopard that results in grayed selection instead of blue selection.

Any ideas what Apple did to get the bluish aqua-style selection in various iWork '09 Inspector NSPanels?

link|improve this question

74% accept rate
feedback

1 Answer

up vote 2 down vote accepted

The iWork inspector tab buttons use images for their appearance. You can see the images if you Show Package Contents on one of the app packages and have a look in the Resources folder.

To replicate this you could use an NSSegmentedControl with a custom NSSegmentedCell subclass that draws the images.

link|improve this answer
Shocking as it is, you're right. It's really odd that they don't provide a standard way to paint this segmented control. – Ivan Vučica Jan 8 at 12:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.