I'd like to create an NSSlider that has three knobs, not just one. I'm thinking I can subclass NSSliderCell and then override the tracking methods to ensure that one slider cell doesn't pass the one next to it.
That's easy enough to do, but I'm not sure how to tell the NSSlider that it should have all three cells show up, instead of just one.