Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. - (BOOL)startTrackingAt:(NSPoint)startPoint inView:(NSView *)controlView;
  2. - (BOOL)continueTracking:(NSPoint)lastPoint at:(NSPoint)currentPoint inView:(NSView *)controlView;
  3. - (void)stopTracking:(NSPoint)lastPoint at:(NSPoint)stopPoint inView:(NSView *)controlView mouseIsUp:(BOOL)flag;
  4.  
  5. - (double)closestTickMarkValueToValue:(double)aValue
Add Comment
Please, Sign In to add comment