[Previous]
[Up]
[Next]
NSSlider
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: AppKit/NSSlider.h
Inherits from: NSControl
Conforms to: NSCoding
- (BOOL) acceptsFirstMouse: (NSEvent*)mouseDownEvent
- (BOOL) allowsTickMarkValuesOnly
- (double) altIncrementValue
- (double) closestTickMarkValueToValue: (double)aValue
- (NSImage*) image
- (int) indexOfTickMarkAtPoint: (NSPoint)point
- (int) isVertical
- (float) knobThickness
- (double) maxValue
- (double) minValue
- (int) numberOfTickMarks
- (NSRect) rectOfTickMarkAtIndex: (int)index
- (void) setAllowsTickMarkValuesOnly: (BOOL)flag
- (void) setAltIncrementValue: (double)increment
- (void) setImage: (NSImage*)barImage
- (void) setKnobThickness: (float)thickness
- (void) setMaxValue: (double)maxValue
- (void) setMinValue: (double)minValue
- (void) setNumberOfTickMarks: (int)numberOfTickMarks
- (void) setTickMarkPosition: (NSTickMarkPosition)position
- (void) setTitle: (NSString*)barTitle
- (void) setTitleCell: (NSCell*)titleCell
- (void) setTitleColor: (NSColor*)color
- (void) setTitleFont: (NSFont*)font
- (NSTickMarkPosition) tickMarkPosition
- (double) tickMarkValueAtIndex: (int)index
- (NSString*) title
- (id) titleCell
- (NSColor*) titleColor
- (NSFont*) titleFont