The top icon bar is a group of radio stations that is actually an NSMatrix populated by NSButtonCells. You can verify this using the UIElementInspector.app application, which is an example of the code that comes with Xcode.
The selected cell displays its alternate image; other cells display the image.
source share