The NSButtonCell class is a subclass of NSActionCell used to implement the user interfaces of push buttons, checkboxes (switches), and radio buttons. It can also be used for any other region of a view that’s designed to send a message to a target when clicked. The NSButton subclass of NSControl uses a single NSButtonCell.
Questions tagged [nsbuttoncell]
77 questions
0
votes
1 answer
NSMatrix with Shadowed buttons on sides
I have an NSMatrix with a bunch of NSButtonCells as its content. I want to create an effect similar to the Xcode4 navigator area (image from Apple website), where the selected button has a recessed feel to it with a shadow on the left and right…

MachPortMassenger
- 125
- 2
- 8
0
votes
2 answers
NSMattrix IBAction get selected radio
I've put a NSMattrix on a NSWindow.
This NSMattrix contains 2 radio buttons.
I declared 3 IBOutlets:
- One for the NSMattrix
- One for each radio button (NSButtonCell).
I declared 1 IBAction method: I've linked this same method on each radio button…

testpresta
- 429
- 5
- 15