Apple uses these rather cool looking custom (?) buttons in multi page NSPopovers
:
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?
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.