Search code examples
cocoansbutton

Back button in NSPopover


Apple uses these rather cool looking custom (?) buttons in multi page NSPopovers:

enter image description here

You can see them when you highlight a word and choose "Look up..." in an NSTextView.

Anybody knows whether these are available to us mere mortals?


Solution

  • There are no standard buttons with that appearance. The easiest way to get a similar appearance would just be to use a standard NSButton with an image.