Skip to content

Commit

Permalink
Added altIncrementValue/setAltIncrementValue:.
Browse files Browse the repository at this point in the history
Reviewed by me.
  • Loading branch information
Francisco Tolmasky committed Mar 17, 2009
1 parent 0a32d13 commit b4cf1ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions AppKit/CPSlider.j
Expand Up @@ -173,6 +173,16 @@
return [super createEphemeralSubviewNamed:aName];
}

- (void)setAltIncrementValue:(float)anAltIncrementValue
{
_altIncrementValue = anAltIncrementValue;
}

- (float)altIncrementValue
{
return _altIncrementValue;
}

- (int)isVertical
{
var bounds = [self bounds],
Expand Down

0 comments on commit b4cf1ba

Please sign in to comment.