Draws the slider’s bar—but not its bezel or knob—inside the specified rectangle.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
Parameters
aRect
The bounds of the slider's bar, not of its interior rectangle.
flipped
A Boolean value that indicates whether the cell’s control view—that is, the
NSSlider
orNSMatrix
associated with theNSSlider
—has a flipped coordinate system.Cell
Discussion
You should not call this method explicitly. It’s included so you can override it in a subclass.