\fs28 \pard \s4 \li7029 \fi-6552 \ri1007 \ql \tx6652 \tx7030 \f1 \b0 \fi-6552 {\f3 -} (NSSize)\b cellSizeForBounds:\b0 (NSRect)\i aRect\i0 Returns the minimum width and height needed to draw the NSSliderCell in \i aRect\i0 . If \i aRect\i0 too small to fit the knob and bezel, the width and height of \i theSize\i0 are set to 0.0.\
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (NSRect)\b knobRectFlipped:\b0 (BOOL)\i flipped\i0 Gets the rectangle the knob will be drawn in. \i flipped\i0 indicates whether the NSSliderCell's view has a flipped coordinate system.\
\fs28 \pard \s4 \li7029 \fi-6552 \ri1007 \ql \tx6652 \tx7030 \f1 \b0 \fi-6552 {\f3 -} (int)\b isVertical\b0 Returns 1 if the NSSliderCell is vertical, 0 if horizontal, -1 if unknown. \
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (float)\b knobThickness\b0 Returns the knob\'27s thickness as a float value.\
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (void)\b setKnobThickness:\b0 (float)\i aFloat\i0 Sets the knob\'27s thickness to \i aFloat\i0 (width if a horizontal slider, height if vertical).\
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (void)\b setTitle:\b0 (NSString *)\i aString\i0 Sets the title within the NSSliderCell to a copy of \i aString\i0 . \
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (void)\b setTitleCell:\b0 (NSCell *)\i aCell\i0 Sets the NSCell (or subclass thereof) object used to draw the title within the NSSliderCell. The cell object should ideally be an instance of NSTextFieldCell or one of its subclasses.\
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (void)\b setTitleColor:\b0 (NSColor *)\i aColor\i0 Sets the color of text in the title to \i aColor\i0 . \
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (void)\b setTitleFont:\b0 (NSFont *)\i fontObject\i0 Sets the NSFont object used to draw the title within the NSSliderCell. \
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (NSString *)\b title\b0 Returns the title within the NSSliderCell.\
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (id)\b titleCell\b0 Returns the NSCell (or subclass thereof) object used to draw the title within the NSSliderCell. \
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (NSFont *)\b titleFont\b0 Returns the NSFont object used in drawing the title within the NSSliderCell. \
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (NSColor *)\b titleColor\b0 Returns the color of text in the title. \
\fs28 \pard \s4 \li7029 \fi-6552 \ri1007 \ql \tx6652 \tx7030 \f1 \b0 \fi-6552 {\f3 -} (void)\b drawBarInside:\b0 (NSRect)\i aRect\i0 Draws the NSSliderCell\'27s background bar (but not the\
\fi-6552 \s5 \li7030 \fi-6553 \fi-5796 \b flipped:\b0 (BOOL)\i flipped\i0 bezel around it or the knob) in \i aRect\i0 . \i flipped\i0 indicates whether the NSView\'27s coordinate system is flipped.\
\s4 \li7029 \fi-5794 \fi-6552 \fi-6552 {\f3 -} (void)\b drawKnob\b0 Draws the NSSliderCell\'27s knob after calculating the drawing rectangle. \
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (void)\b drawKnob:\b0 (NSRect)\i knobRect\i0 Draws the NSSliderCell\'27s knob in \i knobRect\i0 . \
\fs28 \pard \s4 \li7029 \fi-6552 \ri1007 \ql \tx6652 \tx7030 \f1 \b0 \fi-6552 {\f3 -} (double)\b altIncrementValue\b0 Returns the increment by which the NSSliderCell modifies its value when its knob is Alternate-dragged one pixel.\
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (void)\b setAltIncrementValue:\b0 (double)\i incValue\i0 Sets the amount by which the NSSliderCell modifies its value when the knob is dragged one pixel with the Alternate key held down. \
\fs28 \pard \s4 \li7029 \fi-6552 \ri1007 \ql \tx6652 \tx7030 \f1 \b0 \fi-6552 + (BOOL)\b prefersTrackingUntilMouseUp\b0 Returns YES to allow NSSliderCell objects to track even when the mouse leaves their bounds. Override this method to return NO if you want the NSSliderCell to stop tracking once the mouse leaves its bounds. \
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (NSRect)\b trackRect\b0 Returns the rectangle used in tracking the mouse (only valid while tracking).\